by 0G Foundation
Alibaba end-to-end multimodal model served as a text chatbot via DashScope; strong multilingual, coding, math, structured output, and tool calling.
33K
32,768 tokens
2K
2,048 tokens
$0.175
per 1M tokens
$0.7
per 1M tokens
curl https://router-api-testnet.integratenetwork.work/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-d '{
"model": "qwen2.5-omni",
"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": "qwen2.5-omni",
"messages": [{"role": "user", "content": "Hello!"}],
"verify_tee": true
}Provider Routing
Control which provider handles your request using the provider parameter.
{
"model": "qwen2.5-omni",
"messages": [{"role": "user", "content": "Hello!"}],
"provider": {
"sort": "latency",
"allow_fallbacks": true
}
}