Skip to main content

Universal Model Support

Model-agnostic through LiteLLM with the provider values supported by the OmniCoreAgent runtime:

Supported Providers


Model Configuration Options


Azure OpenAI Configuration


Ollama Configuration (Local Models)


Environment Variables

OmniCoreAgent reads LLM_API_KEY. Select the provider through model_config["provider"]; do not set provider-specific API-key variables in OmniCoreAgent configuration.

Provider Selection Guide

Switch providers based on your needs — use cheaper models (Groq, DeepSeek) for simple tasks, powerful models (GPT-4o, Claude) for complex reasoning, and local models (Ollama) for privacy-sensitive applications.