0G Foundation 제공
Moonshot AI Kimi K3 flagship; multimodal input (text, image, video), text output. 1M context, deep thinking always on. Function calling and implicit prompt caching supported.
1M
토큰 1,048,576개
33K
토큰 32,768개
$3
100만 토큰당
$15
100만 토큰당
curl "https://router-api.0g.ai/v1/chat/completions" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-d '{
"model": "kimi-k3",
"messages": [
{"role": "user", "content": "Hello!"}
],
"stream": true
}'TEE 인증
verify_tee로 온체인 서명 인증을 요청하세요. 응답에는 trace에 tee_verified 필드가 포함됩니다.
{
"model": "kimi-k3",
"messages": [{"role": "user", "content": "Hello!"}],
"verify_tee": true
}제공자 라우팅
X-0G-Provider-* 요청 헤더를 사용하여 요청을 처리할 제공자를 제어합니다.
curl "https://router-api.0g.ai/v1/chat/completions" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-H "X-0G-Provider-Sort: latency" \
-H "X-0G-Provider-Allow-Fallbacks: true" \
-d '{
"model": "kimi-k3",
"messages": [{"role": "user", "content": "Hello!"}]
}'