Models and regions

Labs
This feature is in Labs.

Otto and the AI features in the Astro IDE access models from OpenAI, Anthropic, and Google through the Astronomer Gateway. Astronomer hosts these models on Azure OpenAI Service and Google Cloud Vertex AI rather than calling the model providers directly.

This document is the source of truth for the specific models and hosting regions currently in use. Astronomer updates it as the available models change.

Azure OpenAI Service

These models run in the East US 2 region.

Model providerModel
OpenAIgpt-5.5
OpenAIgpt-5.4
OpenAIgpt-5.4-mini
OpenAIgpt-5.4-nano
OpenAIgpt-5.3-codex
Anthropicclaude-opus-4-8
Anthropicclaude-opus-4-7
Anthropicclaude-opus-4-6
Anthropicclaude-sonnet-4-6
Anthropicclaude-haiku-4-5

Google Cloud Vertex AI

These models run with the location set to global, which routes each request to whichever regional resource is available.

Model providerModel
Anthropicclaude-opus-4-7
Anthropicclaude-opus-4-6
Anthropicclaude-sonnet-4-6
Anthropicclaude-haiku-4-5
Googlegoogle/gemini-3.1-pro-preview
Googlegoogle/gemini-3.5-flash
Googlegoogle/gemini-3-flash-preview
Googlegoogle/gemini-2.5-pro

Choose a model

To select a model for an Otto session, run /model in an interactive session to browse what’s available to you, or pass --model <id> to pin a model at launch. See Customize Otto and astro otto model selection.