OpenAI

OpenAI: GPT-5.6 Luna

Chat
openai/gpt-5.6-luna

GPT-5.6 Luna is a fast, cost-efficient model in OpenAI's GPT-5.6 series. It is suited for high-volume, latency-sensitive tasks such as chat, classification, and lightweight agentic workflows, providing capable reasoning for its price tier.

Kontextfenster
1M
Max. Ausgabe-Tokens
128K
Veröffentlicht
2026-07-09
Fähigkeiten
VisionFunction CallingReasoningPrompt CachingWebsuche
Verfügbare Anbieter
AzureAzure
Unterstützte Protokolle
OpenAIopenaiAnthropicanthropic

Providers

AzureAzure
Eingabe-Tokens
$1/M
Ausgabe-Tokens
$6/M
Cache-Lesen
$0.1/M
Websuche
$0.01/R
Protocols
OpenAIopenai/v1/chat/completions/v1/responses
Anthropicanthropic

Code-Beispiele

from openai import OpenAI
client = OpenAI(
base_url="https://api.ofox.ai/v1",
api_key="YOUR_OFOX_API_KEY",
)
response = client.chat.completions.create(
model="openai/gpt-5.6-luna",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)

Häufig gestellte Fragen

OpenAI: GPT-5.6 Luna auf Ofox.ai kostet $1/M pro Million Eingabe-Tokens und $6/M pro Million Ausgabe-Tokens. Pay-as-you-go, keine monatlichen Gebühren.