Models and public pricing
This table is built from the same runtime catalog as the storefront. Hidden and retired models are not advertised here.
01
Available models
IN, OUT, CW, and CR mean input, output, cache write, and cache read per 1M tokens.
| Model | Group | Endpoints | Public price |
|---|---|---|---|
| GPT-5.6 Lunagpt-5.6-luna | GPT-5.6 | /v1/chat/completions /v1/responses | IN $0.016 OUT $0.04 CW $0.018 CR $0.0016 / 1M |
| GPT-5.6 Terragpt-5.6-terra | GPT-5.6 | /v1/chat/completions /v1/responses | IN $0.12 OUT $0.36 CW $0.128 CR $0.012 / 1M |
| GPT-5.6 Solgpt-5.6-sol | GPT-5.6 | /v1/chat/completions /v1/responses | IN $0.3 OUT $0.9 CW $0.4 CR $0.03 / 1M |
| Grok 4.5grok-4.5 | LIMITED TIME | /v1/chat/completions | IN $0.2 OUT $0.2 CR $0.02 / 1M |
| Grok 4.6grok-4.6 | Grok 4.6 | /v1/chat/completions | IN $0.2 OUT $0.6 / 1M |
| GLM 5.2glm-5.2 | GLM 5.2 | /v1/chat/completions | IN $0.18 OUT $0.18 / 1M |
| Kimi K3kimi-k3 | Moonshot | /v1/chat/completions | IN $0.8 OUT $2 CR $0.08 / 1M |
| GPT Image 1.5gpt-image-1.5 | GPT Image | /v1/images/generations | $0.02 per generation |
| Grok Imagegrok-image | GPT Image | /v1/images/generations | $0.015 per generation |
| GPT Image 2gpt-image-2 | GPT Image | /v1/images/generations | $0.015 per generation |
| GPT Image 2 1Kgpt-image-2-1k | GPT Image | /v1/images/generations | $0.015 per generation |
| GPT Image 2 2Kgpt-image-2-2k | GPT Image | /v1/images/generations | $0.03 per generation |
| GPT Image 2 4Kgpt-image-2-4k | GPT Image | /v1/images/generations | $0.04 per generation |
| GPT Image 2 4K Super Resolutiongpt-image-2-4k-超分 | GPT Image | /v1/images/generations | $0.05 per generation |
| Claude Opus 5claude-opus-5 | Arctic | /v1/messages | IN $0.35 OUT $0.35 CW $0.4 CR $0.035 / 1M |
| Claude Fable 5claude-fable-5 | Arctic | /v1/messages | IN $0.3 OUT $1 / 1M |
| Claude Fable 5 CACHEclaude-fable-5-cache | Arctic | /v1/messages | IN $0.45 OUT $1 CW $0.5 CR $0.045 / 1M |
| Claude Sonnet 5claude-sonnet-5 | Arctic | /v1/messages | IN $0.15 OUT $0.75 CW $0.1875 CR $0.015 / 1M |
02
Discover models through the API
bash
curl https://api.gateyourway.com/v1/modelsWith Anthropic headers, the same URL returns an Anthropic-style list. Use GET /v1/models/{{model_id}} for one model.
03
Catalog changes
- Prices can change without changing the model ID.
- A retired model disappears from the public storefront; existing keys may retain separate compatibility.
- When a model is fully retired, requests return
410 model_retiredand a recommended replacement.