OpenAI

gpt-5.6-luna

Context

1.05M

Input

text, image

Output

text

Tool calling

Supported

About this model

GPT-5.6 Luna is the fastest, most cost-efficient model in the GPT-5.6 family. It is designed for high-volume, latency-sensitive workloads such as classification, data extraction, request routing, and draft generation. It shares the same 1.05M context window as its siblings

Capabilities

text

Available through the unified API

image

Available through the unified API

Quick start

View API docs
curl https://api.oneinfer.ai/v1/chat/completions \
  -H "Authorization: Bearer $ONEINFER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "879246ce092641939b978ed09f59d20f",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'

Providers

Available routing options for this model through OneInfer.

OpenAI

879246ce092641939b978ed09f59d20f

Available

Input

$1.000 / 1M

Output

$6.000 / 1M

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$1.000 / 1M
Output tokens$6.000 / 1M

Performance

Published evaluation results associated with this model.

Coding Agent Index

score74.6

API example

curl https://api.oneinfer.ai/v1/chat/completions \
  -H "Authorization: Bearer $ONEINFER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "879246ce092641939b978ed09f59d20f",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'