.env.example 327 B

123456789
  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