| 12345678910111213141516 |
- # 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 video generation
- # Default: anthropic/claude-haiku-4.5
- AI_GATEWAY_MODEL=anthropic/claude-haiku-4.5
- # Rate Limiting (Upstash Redis)
- # Optional - rate limiting is disabled when these are not set
- KV_REST_API_URL=
- KV_REST_API_TOKEN=
- RATE_LIMIT_PER_MINUTE=10
- RATE_LIMIT_PER_DAY=100
|