AI Providers
Configure which AI provider KubeAgentiX uses for natural language queries.
Default Provider
Plus and Enterprise subscriptions include credits for Google's Gemini 2.5 Flash model. No configuration needed - it works out of the box.
Bring Your Own Key (BYOK)
All plans support using your own API keys.
OpenAI
- Get an API key from platform.openai.com
- Go to Settings → AI Provider
- Select OpenAI
- Enter your API key
- Choose a model (GPT-4 recommended)
Anthropic
- Get an API key from console.anthropic.com
- Go to Settings → AI Provider
- Select Anthropic
- Enter your API key
- Choose a model (Claude 3.5 Sonnet recommended)
Google Vertex AI
- Create a GCP project with Vertex AI enabled
- Create a service account with Vertex AI User role
- Download the JSON key file
- Go to Settings → AI Provider
- Select Vertex AI
- Upload the service account key
Local Models (Ollama)
For fully offline operation:
- Install Ollama
- Pull a model:
ollama pull llama3 - Go to Settings → AI Provider
- Select Ollama
- Choose your model
Recommended Models
| Use Case | Provider | Model |
|---|---|---|
| Best quality | Anthropic | Claude 3.5 Sonnet |
| Fast responses | Gemini 2.5 Flash | |
| Cost-effective | OpenAI | GPT-4o-mini |
| Privacy-focused | Ollama | Llama 3 70B |
API Key Security
Your API keys are:
- Stored locally in your system's secure keychain
- Never sent to KubeAgentiX servers
- Only used for direct API calls to the provider