Which GPT-5.6 model ID should I use?
Start with gpt-5.6-sol for the strongest tier, then evaluate Terra or Luna when cost and latency matter more. The live pricing page shows currently enabled groups.
GPT-5.6 API access
Run GPT-5.6 Sol, Terra and Luna behind one managed Base URL. Keep OpenAI-compatible request formats while SuperAI API centralizes credentials, usage visibility, channel health and fallback for production workloads.
gpt-5.6-sol, gpt-5.6-terra, gpt-5.6-luna/v1/responses, /v1/chat/completionsRecharge value
A $15 recharge adds gateway usage value benchmarked to $100 at official API list prices.
Equivalent usage depends on the model, tokens, resolution and selected group. This is SuperAI API balance, not an official provider account or transferable provider credit.
Recharge calculator
Enter a recharge amount to estimate the API usage value benchmarked against official provider list prices.
This estimates SuperAI API gateway usage value, not transferable credit in an official provider account. Actual consumption depends on the model, tokens, resolution and selected group.
curl -X POST https://superaiapi.com/v1/responses \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-5.6-sol",
"input": "Analyze the reliability risks in this architecture",
"reasoning": {"effort": "high"}
}'Use Sol for the highest-capability GPT-5.6 route, Terra for a middle cost and capability profile, or Luna for lighter workloads. Available context tiers, reasoning behavior and rates are shown in the live model catalog.
Large prompts and high reasoning settings can take longer to produce the first response byte. The gateway records channel attempts, applies configured response deadlines and can move retryable failures to another healthy channel without charging the failed attempt.
Inspect request IDs, token usage, cache hits, channel chains and final billing in one usage log instead of reconciling multiple provider dashboards.
Start with gpt-5.6-sol for the strongest tier, then evaluate Terra or Luna when cost and latency matter more. The live pricing page shows currently enabled groups.
Yes. Use /v1/responses for native Responses-style requests or /v1/chat/completions for compatible chat workflows.
Yes, when multiple eligible channels are configured and the failure remains retryable within the configured retry deadline.