by 0G Foundation
Alibaba multimodal model with vision and video understanding; native function calling, 1M context.
1M
1,000,000 tokens
66K
65,536 tokens
$0.2208
per 1M tokens
$0.8808
per 1M tokens
curl https://router-api-staging.0g.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-d '{
"model": "qwen3.7-plus",
"messages": [
{"role": "user", "content": "Hello!"}
],
"stream": true
}'TEE Verification
Request on-chain signature verification with verify_tee. The response includes a tee_verified field in the trace.
{
"model": "qwen3.7-plus",
"messages": [{"role": "user", "content": "Hello!"}],
"verify_tee": true
}Provider Routing
Control which provider handles your request using the provider parameter.
{
"model": "qwen3.7-plus",
"messages": [{"role": "user", "content": "Hello!"}],
"provider": {
"sort": "latency",
"allow_fallbacks": true
}
}