OpenAI
GPT 6 Astra API
A flagship end-to-end model for complex reasoning, software engineering, computer use, deep research, and document work. It offers about a 1.05M-token context window, accepts text, images, and documents, returns text, and supports reasoning, search, function calling, structured outputs, code execution, and tool orchestration. Choose it over lower-tier models for long-horizon task quality and execution stability, with higher usage cost as the trade-off.
- Reasoning
- Web search
- Tool use
- Function calling
- Structured output
- Long context
- Code execution
gpt-6-astraUSD
Pricing
Public list prices are shown in USD. Final charges may vary by account group and usage tier.
API
Code examples
curl --location --request POST 'https://api.tokenhot.ai/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gpt-6-astra",
"messages": [
{
"role": "user",
"content": "What model are you"
}
]
}'OpenAI
Related models
Blog
Related Articles
FAQ
Frequently asked questions
What is GPT 6 Astra best suited for?
GPT 6 Astra is suited to the input, output, and capability types listed on this page. Test production workloads before choosing it for a critical system.
How is GPT 6 Astra priced?
Pricing is shown in the pricing section above. Actual cost depends on usage volume, account group, and the request payload.
How can I call GPT 6 Astra?
Use the model ID shown above with one of the supported API protocols. Code examples are provided when usage data is available.
Get started