OpenAI

Verified

GPT-5.6 Luna

GPT-5.6 Luna is the fast, cost-efficient GPT-5.6 tier for high-volume, latency-sensitive chat, classification, and lightweight agents. It provides a 372K-token context window and up to 128K output tokens. Its current kineticRouter catalog capabilities include vision, function calling, reasoning, web search, prompt caching. Use model ID openai/gpt-5.6-luna through kineticRouter's OpenAI-compatible and Anthropic-compatible APIs.

visionfunctionreasoningcachesearch

Reference pricing

Imported snapshot values per 1M tokens. Your customer portal is authoritative for actual kineticRouter billing.

ComponentMirrored snapshotOfficial referenceSnapshot savings
Input$0.06/M$0.2/M70%
Output$0.36/M$1.2/M70%
Cache read$0.006/M$0.02/M70%
Cache write$0.075/M$0.25/M70%

API example

Use the OpenAI-compatible kineticRouter route with GPT-5.6 Luna.

curl https://api.kineticrouter.com/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $KINETICROUTER_API_KEY" \
  -d '{
    "model": "openai/gpt-5.6-luna",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

About this model

GPT-5.6 Luna is the fast, cost-efficient GPT-5.6 tier for high-volume, latency-sensitive chat, classification, and lightweight agents. It provides a 372K-token context window and up to 128K output tokens. Its current kineticRouter catalog capabilities include vision, function calling, reasoning, web search, prompt caching. Use model ID openai/gpt-5.6-luna through kineticRouter's OpenAI-compatible and Anthropic-compatible APIs.

Snapshot FAQ

Imported reference copy; verify runtime behavior before production use.

How is GPT-5.6 Luna billed on kineticRouter?

kineticRouter bills actual request usage. Input, output, cache, and any other applicable rates follow the live pricing table on this page, and final request costs are available in the console.

What are the context window and maximum output for GPT-5.6 Luna?

GPT-5.6 Luna currently provides a 372K-token context window and up to 128K output tokens in the kineticRouter model catalog.

How can I call GPT-5.6 Luna through kineticRouter?

Use model ID openai/gpt-5.6-luna through kineticRouter's OpenAI-compatible and Anthropic-compatible APIs. The code examples on this page show the current Base URL and SDK configuration.

Which capabilities does GPT-5.6 Luna support?

The current kineticRouter catalog capabilities for GPT-5.6 Luna include vision, function calling, reasoning, web search, prompt caching. All of these capabilities are available through the unified kineticRouter API.