Skip to main content
GPT-5.6 Luna is available through AnyFast via the OpenAI Responses API (/v1/responses). According to OpenAI’s official model guidance, gpt-5.6-luna is optimized for cost-sensitive, high-volume workloads within the GPT-5.6 family. Use gpt-5.6-luna when throughput and cost efficiency matter more than maximum model capability.

Key capabilities

  • Responses API — Uses the newer /v1/responses endpoint with input instead of messages
  • Efficient tier — GPT-5.6 model optimized for cost-sensitive, high-volume workloads
  • Long context — Supports a 1.05M token context window and up to 128K output tokens
  • Advanced reasoning — Supports reasoning effort levels: none, low, medium (default), high, xhigh, and max
  • Pro mode — Set reasoning.mode to pro for quality-first requests that can tolerate higher latency and token use
  • Persisted reasoning — Use reasoning.context to control whether prior reasoning is reused across turns
  • Verbosity control — Set response verbosity to low, medium, or high
  • Streaming — Supports real-time token streaming via SSE
  • Tool use — Supports function calling, web search, file search, code interpreter, computer use, and other Responses API tools
  • Programmatic Tool Calling — Supports bounded tool-heavy workflows where the model can write JavaScript to coordinate eligible tools

Quick example

Parameters

API Reference

View the interactive API playground for GPT-5.6 Luna.