GPT-6 Luna Pro
gpt-6-luna-proGPT-6 Luna Pro uses the same underlying model as GPT-6 Luna, but runs with reasoning.mode set to pro for higher-quality responses on complex tasks. It combines Luna's speed and cost efficiency with deeper reasoning and more reliable multi-step execution, making it well suited for advanced coding, computer use, and agentic workflows where higher solution quality is needed without moving to a larger GPT-6 tier.
- Context
- 1.1M tokens
- Endpoint
Service Status
Status information temporarily unavailable
Apertis cannot confirm the current service state. This is not a report that the model is down.
Pricing
Quick Start
Select an endpoint and copy a working example for this model.
from openai import OpenAI client = OpenAI( api_key="YOUR_API_KEY", base_url="https://api.apertis.ai/v1") response = client.chat.completions.create( model="gpt-6-luna-pro", messages=[ {"role": "user", "content": "Hello!"} ], max_tokens=1024, temperature=0.7) print(response.choices[0].message.content) # Optional: Enable context compression to reduce token usage# response = client.chat.completions.create(# model="gpt-6-luna-pro",# messages=[{"role": "user", "content": "Hello!"}],# extra_body={"compression": {"enabled": True, "model": "gpt-4.1-mini"}}# )Supported Parameters
API docsmodelmessagesmax_tokenstemperaturetop_pstreamtoolsreasoning_effortstream_optionsthinkingextra_bodyCursor IDE Model IDs
Use these namespaced identifiers in Cursor IDE to avoid conflicts with built-in models.
Compare with Other Models
See how this model compares to others from the same provider.
GPT-6 Luna
GPT-6 Luna is the fast, cost-efficient model in OpenAI's GPT-6 series, optimized for high-volume and latency-sensitive workloads such as chat, classification, and lightweight agentic tasks. It combines low-cost, responsive inference with the GPT-6 family’s improvements in factual reliability and clear, concise communication. At higher reasoning effort, GPT-6 Luna can also handle complex software engineering and computer-use workflows that previously required a Sol-tier model, making it a versatile choice for scalable production applications that need to balance speed, cost, and capability.
- Context
- 1.1M
- Input
- $0.10/M
- Output
- $0.50/M
GPT-6 Sol Pro
GPT-6 Sol Pro uses the same underlying model as GPT-6 Sol, but runs with reasoning.mode set to pro for higher-quality responses on complex and demanding tasks. Optimized for deeper reasoning, greater accuracy, and more reliable multi-step execution, it is particularly well suited for agentic coding, long-horizon software engineering, professional analysis, and complex automated workflows where solution quality takes priority over latency and cost.
- Context
- 1.1M
- Input
- $2.00/M
- Output
- $10.00/M
GPT-6 Sol
GPT-6 Sol is OpenAI's cost-efficient high-end model in the GPT-6 series, positioned between the flagship GPT-6 Astra and the fast GPT-6 Luna tier. It is designed for professional knowledge work, agentic coding, business workflow automation, and computer-use tasks, with particular strength in long-horizon software engineering across real-world codebases. GPT-6 Sol approaches Astra-level factual reliability at a significantly lower cost, while sharing its clear and concise communication style. This balance of capability, reliability, and efficiency makes it well suited for production agents, complex engineering workflows, and scalable professional applications
- Context
- 1.1M
- Input
- $2.00/M
- Output
- $10.00/M
GPT-4o Mini TTS
GPT-4o Mini TTS is OpenAI's cost-efficient text-to-speech model, designed to convert text into natural-sounding audio output. It supports a variety of voices and tones, enabling flexible and expressive speech generation. Optimized for scalability and low cost, it is well suited for real-time voice applications, content narration, and high-volume audio generation workflows.
- Context
- 4.1K
- Input
- $0.30/M
- Output
- $0/M