mistral-multi-env-setup
Installation
SKILL.md
Mistral AI Multi-Environment Setup
Overview
Configure Mistral AI across development, staging, and production with per-environment API keys, model selection, rate limits, and secret management via GCP Secret Manager, AWS Secrets Manager, or Vault.
Prerequisites
- Separate Mistral API keys per environment (from console.mistral.ai)
- Secret management solution configured
- CI/CD pipeline with environment variables
Environment Strategy
| Environment | API Key | Default Model | Rate Limit | Cache |
|---|---|---|---|---|
| Development | Dev key (low quota) | mistral-small-latest | 10 RPM | Off |
| Staging | Staging key | Same as prod | 60 RPM | On |
| Production | Prod key (full quota) | Optimized per task | Full RPM | On |
Instructions
Related skills