GPT-6 Luna
gpt-6-lunaOpenAI's most efficient model for focused, high-volume tasks. Reasoning, text and image input, function calling and tool use, 1,050,000-token context window and up to 128,000 output tokens. Knowledge cutoff May 18, 2026.
- Prezzo · 1M in/out
- 0,12 USD / 0,60 USD
- Contesto
- 1.050.000 token
- Max. output
- 128.000 token
- Input → output
- Testo → Testo
- Sviluppatore
- OpenAI
- Aggiornato
- 24 settembre 2026
Playground
Prova GPT-6 Luna
Chat
Questa esecuzione
al massimo 0,0007 USD · 0,07 crediti riservati
Fatturato in base ai token effettivamente utilizzati; la parte inutilizzata della prenotazione viene rimborsata.
Nuovo qui?
10 crediti gratuiti (0,10 USD) quando ti iscrivi con Google
Utilizzabile 24 ore dopo l'iscrizione, fino a 5 esecuzioni al giorno e al massimo 2 crediti per esecuzione. Altri metodi di accesso iniziano senza crediti. Sufficiente per 142 esecuzioni di questo modello.
Informazioni su GPT-6 Luna
GPT-6 Luna è un modello di OpenAI nella categoria Testo e chat. Su Railwail, GPT-6 Luna costa 0,12 USD per 1M token di input e 0,60 USD per 1M token di output. La finestra di contesto contiene 1.050.000 token e una risposta può essere lunga fino a 128.000 token.
Prezzi
| Input | 0,12 USD / 1M token |
|---|---|
| Output | 0,60 USD / 1M token |
| Input (prompt oltre 272.000 token) | 0,24 USD / 1M token |
| Output (prompt oltre 272.000 token) | 0,90 USD / 1M token |
- Fatturato in base ai token che ogni richiesta utilizza effettivamente.
- 1 credito = 0,01 USD
Calcolatore di costi
Calcolatore prezzi
Totale
0,05 USD
5 crediti
Per richiesta
0,0005 USD · 0,05 crediti
Ogni richiesta viene arrotondata a 0,01 crediti.
API
curl https://railwail.com/api/v1/chat/completions \
-H "Authorization: Bearer $RAILWAIL_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-6-luna",
"messages": [
{
"role": "user",
"content": "Explain what a vector database is in two sentences."
}
],
"max_tokens": 1024
}'import os
from openai import OpenAI
client = OpenAI(
api_key=os.environ["RAILWAIL_API_KEY"],
base_url="https://railwail.com/api/v1",
)
completion = client.chat.completions.create(
model="gpt-6-luna",
messages=[
{
"role": "user",
"content": "Explain what a vector database is in two sentences.",
},
],
max_tokens=1024,
)
print(completion.choices[0].message.content)import OpenAI from "openai";
const client = new OpenAI({
apiKey: process.env.RAILWAIL_API_KEY,
baseURL: "https://railwail.com/api/v1",
});
const completion = await client.chat.completions.create({
model: "gpt-6-luna",
messages: [
{
role: "user",
content: "Explain what a vector database is in two sentences."
}
],
max_tokens: 1024
});
console.log(completion.choices[0].message.content);// npm install railwail
import railwail from "railwail";
const rw = railwail(process.env.RAILWAIL_API_KEY);
const res = await rw.chat("gpt-6-luna", [
{ role: "user", content: "Explain what a vector database is in two sentences." },
], { max_tokens: 1024 });
console.log(res.choices[0].message.content);Specifiche
- ID modello
gpt-6-luna- Sviluppatore
- OpenAI
- Categoria
- Testo e chat
- Input
- Testo
- Output
- Testo
- Finestra di contesto
- 1.050.000 token
- Output massimo
- 128.000 token
- Fatturazione
- In base all'utilizzo (token o tempo GPU)
- Voce di catalogo aggiornata
- 24 settembre 2026
Etichette
- openai
- gpt-6
- cost-efficient
- fast
- reasoning
- vision
- tools
Casi d'uso
Domande frequenti
Cos'è GPT-6 Luna?
GPT-6 Luna è un modello di OpenAI nella categoria Testo e chat. Su Railwail puoi richiamarlo con una chiave API tramite l'API Railwail.
Quanto costa GPT-6 Luna su Railwail?
Su Railwail, GPT-6 Luna costa 0,12 USD per 1M token di input e 0,60 USD per 1M token di output. Ti viene addebitato ciò che ogni richiesta utilizza effettivamente. L'utilizzo viene pagato con crediti prepagati; 1 credito equivale a 0,01 USD.
Qual è la finestra di contesto di GPT-6 Luna?
La finestra di contesto di GPT-6 Luna contiene 1.050.000 token. Una risposta può essere lunga fino a 128.000 token.
Quanto è veloce GPT-6 Luna?
Non ci sono ancora abbastanza esecuzioni misurate di GPT-6 Luna su Railwail per indicare un tempo di esecuzione. Dipende dall'input, dalle impostazioni e dal carico presso il provider.
GPT-6 Luna è migliore di Claude Fable 5.1?
Dipende dall'attività. GPT-6 Luna (OpenAI) e Claude Fable 5.1 (Anthropic) sono entrambi modelli nella categoria Testo e chat. La pagina di confronto mostra i loro prezzi e le specifiche affiancati.
Confronta GPT-6 Luna e Claude Fable 5.1Come uso GPT-6 Luna tramite l'API?
Crea una chiave API Railwail e invia la tua richiesta con l'ID modello gpt-6-luna. Gli esempi di codice per curl, Python e JavaScript sono nella sezione API di questa pagina.
Modelli comparabili
Tutti in questa categoria- Claude Fable 5.1Anthropic
Anthropic's model for the most demanding reasoning and long-horizon agentic work. 1M-token context window, up to 128K output tokens, adaptive thinking that is always on.
- Claude Opus 4.8Anthropic
The most capable model of Anthropic's Opus 4 series. State of the art on long-horizon agentic work, coding and knowledge tasks, with a 1M-token context window at standard pricing.
- Claude Opus 5.5Anthropic
Anthropic's current Opus model for long-running agentic coding and knowledge work. 1M-token context window, up to 128K output tokens, adaptive thinking that is always on.
Usa GPT-6 Luna tramite l'API
Una chiave API per tutti i modelli su Railwail. L'utilizzo viene addebitato da crediti prepagati, 1 credito = 0,01 USD.