.env.example 526 B

123456789101112131415161718
  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=
  13. # Rate Limiting
  14. # RATE_LIMIT_PER_MINUTE=10
  15. # RATE_LIMIT_PER_DAY=100