0G Foundation 제공
Flagship of the GPT-5.6 series, built for advanced reasoning, complex coding, and agentic workflows: multi-step software engineering, long-horizon problem solving, and autonomous tool use. Text and image input, text output, 1M-token context.
1M
토큰 1,000,000개
128K
토큰 128,000개
$5
$4.5
100만 토큰당
$30
$27
100만 토큰당
curl "https://router-api.0g.ai/v1/chat/completions" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-d '{
"model": "gpt-5.6-sol",
"messages": [
{"role": "user", "content": "Hello!"}
],
"stream": true
}'TEE 인증
verify_tee로 온체인 서명 인증을 요청하세요. 응답에는 trace에 tee_verified 필드가 포함됩니다.
{
"model": "gpt-5.6-sol",
"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": "gpt-5.6-sol",
"messages": [{"role": "user", "content": "Hello!"}]
}'