Skip to main content
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

The industry leader - GPT-4 is your Swiss Army knife for any task.Environment Variable: OPENAI_API_KEY
Claude is thoughtful, careful, and great at complex reasoning.Environment Variable: ANTHROPIC_API_KEY
Multimodal magic - handles text, images, and more.Environment Variable: GEMINI_API_KEY
Speed demon. Insanely fast inference for real-time applications.Environment Variable: GROQ_API_KEY
Run models locally - your data never leaves your machine.
Requires Ollama to be installed and running locally.
One API, 100+ models - the ultimate flexibility.Environment Variable: OPENROUTER_API_KEY
Perfect for testing different models without managing multiple API keys.
Specialized models for chat and code generation.Environment Variable: DEEPSEEK_API_KEY
Open-weight models with impressive performance.Environment Variable: MISTRAL_API_KEY
Grok models from Elon’s xAI team.Environment Variable: XAI_API_KEY
Embedding specialist for semantic search.Environment Variable: VOYAGEAI_API_KEY
Primarily for embeddings, not text generation.

Cool 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.