OpenAI / openai/gpt-6-astra

GPT-6 Astra - access through LLMTR

GPT-6 Astra is OpenAI's most capable model, built for end-to-end work that runs long: hard reasoning, agentic coding, computer use, research, and document production. It supports a 1.05M context window, 128K max output, text and image input, prompt caching, and five reasoning effort levels from low through max.

Technical specifications

Canonical IDopenai/gpt-6-astra
ProviderOpenAI
Context window1,050,000 tokens
OperationsRESPONSES
Modalitiestext, image

Pricing

An 8% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
RESPONSESINPUT_TEXTPER_1M_TOKENS$10.00
RESPONSESCACHE_READPER_1M_TOKENS$1.00
RESPONSESOUTPUT_TEXTPER_1M_TOKENS$50.00
RESPONSESCACHE_WRITEPER_1M_TOKENS$12.50

Example usage

With existing OpenAI SDK flows, change only the base URL and model identifier.

curl https://llmtr.com/v1/chat/completions \
  -H "Authorization: Bearer llmtr-your_key" \
  -H "Content-Type: application/json" \
  -d '{"model":"openai/gpt-6-astra","messages":[{"role":"user","content":"Hello"}]}'

Guides about this model

Related models