GPT-6 Sol API Pricing: Input, Output, and How to Call the Model
Current GPT-6 Sol BazaarLink rates, context size, supported inputs, cache pricing, and an API-compatible request example.
Pricing checked 2026-09-23. Prices are BazaarLink rates per million tokens.
GPT-6 Sol API pricing
| Usage | USD / 1M tokens |
|---|---|
| Input | $2.00 |
| Output | $10.00 |
| Cache read | $0.20 |
| Cache write | $2.50 |
The public model ID is gpt-6-sol. BazaarLink’s live catalogue lists a 1,050,000-token context, text, image, and file input, and text output. Official documentation describes Sol as a model built for complex coding and agentic workflows. That is the model maker’s positioning; validate it against the real prompts and tools in your application.
Make a GPT-6 Sol request
Keep your API key in an environment variable and set the model field to the catalogue ID:
curl https://api.bazaarlink.ai/v1/chat/completions \
-H "Authorization: Bearer $BAZAARLINK_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-6-sol",
"messages": [{"role": "user", "content": "Review this function and suggest a minimal fix."}],
"max_tokens": 2048
}'
Sol’s listed input and output rates are 20 times Luna’s. Use Sol when the task warrants that price tier; if uncertain, run both models on the same representative prompt and compare quality, token use, and cache events.
Taiwan customers can also use TWD billing and the available Taiwan invoice flow.
Sources
- BazaarLink live model catalogue and BazaarLink pricing catalogue, checked 2026-09-23.
- The official GPT-6 Sol documentation and model overview.
FAQ
What does GPT-6 Sol cost?
The current BazaarLink rates are $2 input and $10 output per 1M tokens. Cache reads are $0.20 and cache writes $2.50.
Does Sol accept image and file input?
The live catalogue lists text, image, and file input with text output.
TWD billing · Taiwan invoices · leading AI models · OpenAI-compatible API