Skip to main content

Provider value

Use ai_gateway in llm.profiles.<name>.provider.

Model IDs

model is passed through to Vercel AI Gateway unchanged, for example openai/gpt-5.6-luna, anthropic/claude-opus-5, or google/gemini-2.5-flash. Hyperlocalise does not maintain its own catalogue of Gateway models; any model ID your Gateway account can access will work.

Example profile

Required environment variable

Create a key in the AI Gateway API Keys page.

Optional environment variable

AI_GATEWAY_BASE_URL defaults to https://ai-gateway.vercel.sh/v1.

Authentication

The CLI sends Authorization: Bearer $AI_GATEWAY_API_KEY. It does not use Vercel OIDC tokens.