Skip to main content
Agentium supports 20+ model providers through a unified interface. Every example below follows the same pattern: set an environment variable, import the factory, create an agent, and run it.

OpenAI

Anthropic

Google Gemini

Vertex AI

Ollama (Local)

DeepSeek

Mistral

xAI (Grok)

Perplexity

Cohere

Meta (Llama)

AWS Bedrock

AWS Claude

Azure OpenAI

Azure AI Foundry

Vercel v0

OpenAI-Compatible Providers

Any provider that exposes an OpenAI-compatible API works out of the box with the openai factory by passing a custom baseURL.

Together AI

Groq

Fireworks

OpenRouter

Model Switching

Swap models at runtime without changing any other agent configuration.

Streaming

Use agent.stream() to process output as it arrives — works with every provider.