OpenAI: openai/gpt-5.6-sol
gpt-5.6-sol
openai/gpt-5.6-solCapabilities
8
VisionVideoAudioToolsSearchThinkJSONCache
Context length
1M
Tokens
Max output tokens
256K
Tokens
Type
Chat
OpenAI
Playground
Pricing
Pricing breakdown
Usage-based pricing, broken down by billing item at your current rates.
10% OFF
Input tokens
2 price tiers
Total prompt tokens (including cache) ≤ 272,000
3.6 credits / 1M
All other cases
7.2 credits / 1M
Output tokens
2 price tiers
Total prompt tokens (including cache) ≤ 272,000
18 credits / 1M
All other cases
27 credits / 1M
Cache read tokens
2 price tiers
Total prompt tokens (including cache) ≤ 272,000
0.36 credits / 1M
All other cases
0.72 credits / 1M
Cache write tokens
2 price tiers
Total prompt tokens (including cache) ≤ 272,000
4.5 credits / 1M
All other cases
9 credits / 1M
Billing items are additive. Only one matching price tier applies to each item. Charges are calculated from actual usage per request, with each item rounded up.
API
cURL example
request.sh
POST
/v1/chat/completionsSynchronousOpenAI-compatible
curl "http://127.0.0.1:11113/v1/chat/completions" \ -X POST \ -H "Authorization: Bearer $API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "openai/gpt-5.6-sol", "messages": [ { "role": "user", "content": "Explain model gateways in one sentence." } ]}'Set your API_KEY environment variable before running. Keep your key server-side.
Uptime
Coming soonUptime workspace
This release includes the core layout and display area. The full feature will be added later.