Skip to main content

Supported Providers

orxhestra supports all major LLM providers via LangChain integrations.

CLI Auto-Detection

The CLI automatically detects the provider from the model name:

YAML Configuration

Azure OpenAI

Azure OpenAI requires explicit provider since model names overlap with OpenAI:

Custom Providers

Register a custom provider or use a dotted import path:
Or in YAML:

Environment Variables