GPT 5.6 Terra API
ChatGPT 5.6 Terra 均衡型推理与编程模型,通过 GRS AI 提供 OpenAI 兼容调用并支持流式响应。
Starting price $1.8000 / 1M tokens · Price snapshot
Waiting to refresh live prices…
Model pricing
Compare all public tiers and current prices for this series on one page.
Input
$1.8000 / 1M tokens
Output
$2.2500 / 1M tokens
Context
—
Max output
—
- Model ID
-
gpt-5.6-terra - Billing model
- Per-Token billing
- Available groups
- default
- Capabilities
- chat
API reference
Base URL is https://api.rokoapi.com/v1. The model in requests must use the model IDs listed above.
curl https://api.rokoapi.com/v1/chat/completions \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-5.6-terra",
"messages": [{"role":"user","content":"Introduce yourself in one sentence"}]
}' For more parameters, limits, and async task queries, read the GPT 5.6 Terra developer guide. GPT 5.6 Terra Developer guide · OpenAI · Authorization