---
title: "GPT-6 Sol — API access"
description: "GPT-6 Sol through Codex: the balanced GPT-6 model for interactive and agentic coding, 872K maximum context and reasoning from none to max. Official $2/$10 per 1M input/output tokens; $1/$5 with the flat 50% discount."
url: "https://apitoken.sale/models/gpt-6-sol"
language: "en"
---
# GPT-6 Sol

GPT-6 Sol is the balanced GPT-6 model for interactive and agentic coding on the OpenAI-compatible endpoint, at a fraction of the Astra price. Choose reasoning effort from none to max, send images, and use structured outputs or function tools.

- **Model ID:** `gpt-6-sol`
- **Tier:** Balanced
- **Context window:** 872K tokens
- **Max output:** 128K tokens
- **Official price (per 1M):** $2 input / $10 output
- **Your price (per 1M):** input $1, output $5 (flat 50% off)
- **Base URL:** `https://router.apitoken.sale/v1` · **Endpoints:** `POST /v1/responses`, `POST /v1/chat/completions` (Authorization: Bearer)

## Best for

- Interactive and agentic coding with explicit effort control.
- Everyday reasoning, tool calls and structured JSON output.
- Image understanding at a lower price than Astra.

## Notes

- This service uses Sol's Codex subscription limits: 872K maximum context. The larger direct OpenAI API window does not apply here.
- Discovery reports 872K total context, 128K output and 744K conservative input.
- Above 272K input tokens, the whole request uses 2× input/cache rates and 1.5× output rates. Fast (priority) uses 2× the applicable API rates.
- Codex-specific ultra delegation is not advertised.

## Call it

```bash
curl https://router.apitoken.sale/v1/responses \
  -H "Authorization: Bearer $APITOKEN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "gpt-6-sol", "input": "Reply with exactly: connected"}'
```

## FAQ

**What does GPT-6 Sol cost?**

Official rates per 1M tokens are $2 input, $0.20 cached input, $2.50 cache write and $10 output. With the normal 50% B2C discount, these are $1, $0.10, $1.25 and $5. OpenKeys uses the official rates.

**How is GPT-6 Sol different from GPT-5.6 Sol?**

GPT-6 Sol is a separate, newer model with its own ID and lower official rates ($2/$10 against GPT-5.6 Sol's $4/$20 promotional card). Both stay available; choose by model ID. The gpt-5.6 alias still selects GPT-5.6 Sol.

**How do I select Sol?**

Set model to gpt-6-sol on https://router.apitoken.sale/v1. Supported reasoning levels are none, low, medium, high, xhigh and max. Use service_tier priority for Fast.

---
API reference: https://apitoken.sale/md/docs · All models: https://apitoken.sale/md/models
