- Model ID
- gpt-6-luna
- Context
- 1M
- Provider
- OpenAI
- Input · USD / 1M tokens
- $0.2 USD
- Output · USD / 1M tokens
- $1.2 USD
- Pricing
- Official rate
- Last verified
- 2026-09-23
01
Where it fits
Choose GPT-6 Luna for frequent GPT-6 iterations where responsiveness and a lower listed rate lead the decision.
02
Model capabilities
Vision
Accepts visual input alongside text for multimodal coding and analysis tasks.
Tool use
Can select and call tools in agent workflows that support structured tool use.
Fast responses
Optimized for responsive iteration and higher-volume agent tasks.
03
OpenAI-compatible API
Keep your client and change the base URL, API key, and model ID.
curl https://api.omniakey.com/v1/chat/completions \
-H "Authorization: Bearer $OMNIAKEY_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-6-luna",
"messages": [{"role": "user", "content": "Explain this codebase"}],
"stream": true
}'04
Compatible coding tools
More OpenAI models
Frequently asked questions
How much does GPT-6 Luna cost on OmniaKey?
OmniaKey charges the official rate: $0.2 USD per 1M input tokens and $1.2 USD per 1M output tokens, in USD.
What is the context window for GPT-6 Luna?
The listed context window is 1M. Actual usable limits can also depend on the client and upstream request format.
Which coding tools work with GPT-6 Luna?
The current catalog lists compatibility with Codex, Cursor, Cline, Aider. Use the model ID shown on this page when the client supports model selection.