GGateYourWay API
Status RU Create key
Live catalog

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.

ModelGroupEndpointsPublic price
GPT-5.6 Lunagpt-5.6-lunaGPT-5.6/v1/chat/completions /v1/responsesIN $0.016
OUT $0.04
CW $0.018
CR $0.0016 / 1M
GPT-5.6 Terragpt-5.6-terraGPT-5.6/v1/chat/completions /v1/responsesIN $0.12
OUT $0.36
CW $0.128
CR $0.012 / 1M
GPT-5.6 Solgpt-5.6-solGPT-5.6/v1/chat/completions /v1/responsesIN $0.3
OUT $0.9
CW $0.4
CR $0.03 / 1M
Grok 4.5grok-4.5LIMITED TIME/v1/chat/completionsIN $0.2
OUT $0.2
CR $0.02 / 1M
Grok 4.6grok-4.6Grok 4.6/v1/chat/completionsIN $0.2
OUT $0.6 / 1M
GLM 5.2glm-5.2GLM 5.2/v1/chat/completionsIN $0.18
OUT $0.18 / 1M
Kimi K3kimi-k3Moonshot/v1/chat/completionsIN $0.8
OUT $2
CR $0.08 / 1M
GPT Image 1.5gpt-image-1.5GPT Image/v1/images/generations$0.02 per generation
Grok Imagegrok-imageGPT Image/v1/images/generations$0.015 per generation
GPT Image 2gpt-image-2GPT Image/v1/images/generations$0.015 per generation
GPT Image 2 1Kgpt-image-2-1kGPT Image/v1/images/generations$0.015 per generation
GPT Image 2 2Kgpt-image-2-2kGPT Image/v1/images/generations$0.03 per generation
GPT Image 2 4Kgpt-image-2-4kGPT 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-5Arctic/v1/messagesIN $0.35
OUT $0.35
CW $0.4
CR $0.035 / 1M
Claude Fable 5claude-fable-5Arctic/v1/messagesIN $0.3
OUT $1 / 1M
Claude Fable 5 CACHEclaude-fable-5-cacheArctic/v1/messagesIN $0.45
OUT $1
CW $0.5
CR $0.045 / 1M
Claude Sonnet 5claude-sonnet-5Arctic/v1/messagesIN $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/models

With 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_retired and a recommended replacement.