MODEL · OPENAI
GPT 6 Astra API
Flagship modelGPT 6 Astra is a flagship model. OpenAI's newest GPT flagship, built for complex reasoning and agentic work.
Model ID: gpt-6-astra · 128K tokens context
Callable through the API on every plan
Capabilities
- Reasoning
- Coding
- Long output
- Streaming
Try it now
curl https://api.profundoai.com/v1/chat/completions \\
-H "Authorization: Bearer YOUR_API_KEY" \\
-H "Content-Type: application/json" \\
-d '{"model":"gpt-6-astra","messages":[{"role":"user","content":"Hello"}]}'Pricing
GPT 6 Astra is included in every Profundo plan — no per-token meter. Plus is $10/mo (250 requests/day), Priority is $40/mo (2,000 requests/day), Performance is $100/mo (unlimited, subject to fair-use and service-protection controls). See all plans.
Setup
Point any OpenAI-compatible client at https://api.profundoai.com/v1 with your Profundo API key. Follow the quickstart or a setup guide.