| 1234567891011121314 |
- # Vercel AI Gateway
- # Automatically authenticated when deployed on Vercel
- # For local development, get your key from https://vercel.com/ai-gateway
- AI_GATEWAY_API_KEY=
- # AI Model Configuration
- # Override the default model used for UI generation
- # Default: anthropic/claude-haiku-4.5
- AI_GATEWAY_MODEL=anthropic/claude-haiku-4.5
- # Vercel KV (Rate Limiting)
- # Automatically populated when you add Vercel KV to your project
- KV_REST_API_URL=
- KV_REST_API_TOKEN=
|