Provider value
Useai_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
Optional environment variable
AI_GATEWAY_BASE_URL defaults to https://ai-gateway.vercel.sh/v1.
Authentication
The CLI sendsAuthorization: Bearer $AI_GATEWAY_API_KEY. It does not use
Vercel OIDC tokens.