.env.example 457 B

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