Skip to content
Dashboard

GPT 6 Astra now available on Vercel AI Gateway

GPT 6 Astra from OpenAI is now available on AI Gateway.

GPT 6 Astra is designed for long-running agentic work. It can navigate software, analyze data, run simulations, and build and test websites while adapting to new requirements, filling in routine gaps, and continuing other work when it needs clarification.

Use the model ID openai/gpt-6-astra:

import { streamText } from 'ai';
const result = streamText({
model: 'openai/gpt-6-astra',
prompt:
`Investigate the checkout failures, implement and test a fix,
then summarize the changes and any remaining risks.`,
});

To use GPT 6 Astra with a coding agent, run vercel ai-gateway coding-agents setup, then select openai/gpt-6-astra. See the setup guides for Codex and Hermes for specific instructions.

Try GPT 6 Astra in the model playground.