Back to models
newapi

GPT-5.6 Luna

gpt-5.6-luna
newapi1.1M context$1.00 / 1M tokens (input)$6.00 / 1M tokens (output)

GPT-5.6 Luna supports Text, Image input and Text output through OpenAI.

Total Context1.1M
Input Price$1.00
Output Price$6.00

Providers for GPT-5.6 Luna

AnyInt routes requests to the best providers that are able to handle your prompt size and parameters, with fallbacks to maximize uptime.

newapi
Total Context1.1M
Input Price$1.00
Output Price$6.00

Sample code and API for GPT-5.6 Luna

AnyInt generates a quickstart from this model's declared API operations, including complete polling flows for asynchronous media.

Create API key

Choose an operation and language that match this model.

ResponsesOpenAI compatible

Call the standard operation supported by this model.

/v1/responses
curl 'https://api.anyint.ai/v1/responses' \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer <YOUR_API_KEY>" \
  -d '{
  "model": "gpt-5.6-luna",
  "input": "Describe a calm futuristic city at sunrise."
}'