Not all AI models are created equal. Some excel at creative writing, others at coding, and some are just blazing fast. With Vizra ADK, you can mix and match providers to give each agent the perfect brain for its job.
Quick Setup
Getting started is as easy as 1-2-3.1. Set Your Default Provider
.env
2. Or Configure Per Agent
app/Agents/CustomerSupportAgent.php
3. Or Switch on the Fly
Supported Providers
Vizra ADK supports 10 LLM providers via Prism PHP. Each brings something special to the table.OpenAI
OpenAI
The industry leader - GPT-4 is your Swiss Army knife for any task.
Environment Variable:
OPENAI_API_KEYAnthropic (Claude)
Anthropic (Claude)
Claude is thoughtful, careful, and great at complex reasoning.
Environment Variable:
ANTHROPIC_API_KEYGoogle Gemini
Google Gemini
Multimodal magic - handles text, images, and more.
Environment Variable:
GEMINI_API_KEYGroq
Groq
Speed demon. Insanely fast inference for real-time applications.
Environment Variable:
GROQ_API_KEYOllama (Local)
Ollama (Local)
Run models locally - your data never leaves your machine.
OpenRouter
OpenRouter
One API, 100+ models - the ultimate flexibility.
Environment Variable:
OPENROUTER_API_KEYDeepSeek
DeepSeek
Specialized models for chat and code generation.Environment Variable:
DEEPSEEK_API_KEYMistral AI
Mistral AI
Open-weight models with impressive performance.Environment Variable:
MISTRAL_API_KEYxAI (Grok)
xAI (Grok)
Grok models from Elonβs xAI team.Environment Variable:
XAI_API_KEYVoyage AI
Voyage AI
Embedding specialist for semantic search.Environment Variable:
VOYAGEAI_API_KEYCool Provider Tricks
Auto-Detection Magic
Just set the model name and Vizra figures out the provider.
Runtime Switching
Change providers on the fly based on user needs.
Choosing the Right Provider
Not sure which to pick? Hereβs your cheat sheet.API Keys Setup
Donβt forget to add your API keys to the.env file.
.env
Next Steps
Now that youβve picked your provider, letβs create some amazing agents.Create Your First Agent
Learn how to build powerful AI agents with your chosen provider.