OpenAI
GPT-6 Luna
The fast, affordable GPT-6 — sub-agents and high-volume work.
GPT-6 Luna is the fast, low-cost tier of the GPT-6 line: a sharper coder than GPT-5.6 Luna at half its vendor price, with reasoning effort up to max. Built for sub-agents, focused repeatable tasks, high-volume pipelines and latency-sensitive work where Sol would be overkill.
Best for
Sub-agentsHigh volumeLatency-sensitive
Strengths
- ▸Very cheap
- ▸Very fast
- ▸Solid coding
Use GPT-6 Luna via AnyModel
One OpenAI-compatible endpoint — just set the model id:
curl https://anymodel.org/v1/chat/completions \
-H "Authorization: Bearer $ANYMODEL_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-6-luna",
"messages": [{"role": "user", "content": "Hello!"}]
}'
AnyModel