GPT-6 Astra
gpt-6-astraOpenAI's most capable model, built for the hardest end-to-end work. 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 April 30, 2026.
- Prezzo · 1M in/out
- 12,00 USD / 60,00 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 Astra
Chat
Questa esecuzione
al massimo 0,0615 USD · 6,15 crediti riservati
Fatturato in base ai token effettivamente utilizzati; la parte inutilizzata della prenotazione viene rimborsata.
Per account senza acquisti precedenti: le esecuzioni oltre 2 crediti richiedono una ricarica.
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.
Informazioni su GPT-6 Astra
GPT-6 Astra è un modello di OpenAI nella categoria Testo e chat. Su Railwail, GPT-6 Astra costa 12,00 USD per 1M token di input e 60,00 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 | 12,00 USD / 1M token |
|---|---|
| Output | 60,00 USD / 1M token |
| Input (prompt oltre 272.000 token) | 24,00 USD / 1M token |
| Output (prompt oltre 272.000 token) | 90,00 USD / 1M token |
- Fatturato in base ai token che ogni richiesta utilizza effettivamente.
- 1 credito = 0,01 USD
Calcolatore di costi
Calcolatore prezzi
Totale
4,20 USD
420 crediti
Per richiesta
0,042 USD · 4,2 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-astra",
"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-astra",
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-astra",
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-astra", [
{ 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-astra- 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
- flagship
- reasoning
- vision
- tools
Casi d'uso
Domande frequenti
Cos'è GPT-6 Astra?
GPT-6 Astra è 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 Astra su Railwail?
Su Railwail, GPT-6 Astra costa 12,00 USD per 1M token di input e 60,00 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 Astra?
La finestra di contesto di GPT-6 Astra contiene 1.050.000 token. Una risposta può essere lunga fino a 128.000 token.
Quanto è veloce GPT-6 Astra?
Non ci sono ancora abbastanza esecuzioni misurate di GPT-6 Astra su Railwail per indicare un tempo di esecuzione. Dipende dall'input, dalle impostazioni e dal carico presso il provider.
GPT-6 Astra è migliore di Claude Fable 5.1?
Dipende dall'attività. GPT-6 Astra (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 Astra e Claude Fable 5.1Come uso GPT-6 Astra tramite l'API?
Crea una chiave API Railwail e invia la tua richiesta con l'ID modello gpt-6-astra. 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 Astra tramite l'API
Una chiave API per tutti i modelli su Railwail. L'utilizzo viene addebitato da crediti prepagati, 1 credito = 0,01 USD.