TopxAI · Model prices · OpenAI
GPT-5.6 Sol API pricing
Model id gpt-5.6-sol. $2 input / $10 output per 1M tokens on the lowest-priced route; every route is listed below. Prices are fixed in USD, charged from prepaid credit, and every request writes one usage-log row with the route and the charge.
Prices by route
| Route | Input (USD / 1M tokens) | Output (USD / 1M tokens) | Cache read (USD / 1M tokens) | Cache write (USD / 1M tokens) | Cache write (1h) (USD / 1M tokens) |
| Provider list price (checked 2026-09-18) | $4 | $20 | $0.4 | $5 | — |
| Provider list price (checked 2026-09-18), from 272,001 input tokens (whole request) | $8 | $30 | $0.8 | $10 | — |
| Official line | $3.6 | $18 | $0.36 | $4.5 | $3.6 |
| Official line, from 272,001 input tokens (whole request) | $7.2 | $27 | $0.72 | $9 | $7.2 |
| Shared pool | $2 | $10 | $0.2 | $2.5 | $2 |
| Shared pool, from 272,001 input tokens (whole request) | $4 | $15 | $0.4 | $5 | $4 |
Input, output and cache lanes bill per million tokens. A whole-request long-context row applies once the input context of a request reaches the threshold shown. An Auto-route key sends each request to the lowest-priced route that serves the model.
Endpoints
POST /v1/chat/completions: OpenAI Chat Completions (Bearer)
POST /v1/responses: OpenAI Responses (Bearer)
Call gpt-5.6-sol
Base URL https://ai.topxea.com/v1 for OpenAI-style SDKs, https://ai.topxea.com for the Anthropic SDK; the API key goes where the provider's key would go.
curl https://ai.topxea.com/v1/chat/completions \
-H "Authorization: Bearer $TOPXAI_API_KEY" \
-H "content-type: application/json" \
-d '{"model": "gpt-5.6-sol", "messages": [{"role": "user", "content": "Say hello in one sentence."}]}'
Related
Get an API key · Docs · Blog · About TopxAI