← All models
openai/gpt-5.6-luna
GPT-5.6 Luna
RoutableGuaranteed 30%+ savingsOpenAI
GPT-5.6 Luna is the fastest and lowest-cost GPT-5.6 variant for high-volume and cost-sensitive routing via Azure OpenAI.
chatvisionfast
Context
1,050,000
Input / 1M
$1
Output / 1M
$6
Providers
| Provider | Input / 1M | Output / 1M | Context | RPM | Status |
|---|---|---|---|---|---|
| azure-openai | $1 | $6 | 1,050,000 | 10,000 | Routable |
Quickstart
curl http://ca-seldon-router.niceglacier-d4ff9f30.centralus.azurecontainerapps.io/v1/chat/completions \
-H 'Authorization: Bearer $SELDON_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"model": "openai/gpt-5.6-luna",
"messages": [{"role": "user", "content": "Hello!"}],
"max_completion_tokens": 256
}'