Skip to main content
The Models page is where you connect LLM providers to your workspace. Connect your API keys once and every agent in the workspace can select from those providers when choosing a model. Access it via Connections > Models in the sidebar.

Supported providers

ProviderNotes
Amazon BedrockSupports US and EU regions
Vertex AIModels from Google Vertex AI
OpenAIModels available from OpenAI and hosted by Lyzr
AnthropicModels available from Anthropic
GoogleModels from Google Gemini
DeepSeekModels available from DeepSeek
GroqModels available from Groq
Hugging FaceModels available from Hugging Face
NvidiaModels available from Nvidia
Azure OpenAISupports API key, Azure AD (service principal), and AD auth
xAIModels available from xAI
DeepgramAPI credentials for Deepgram ASR (speech recognition)
ElevenLabsAPI credentials for ElevenLabs Text-to-Speech
Screenshot of the Model Providers page in Lyzr Studio showing provider cards for Amazon Bedrock, Vertex AI, OpenAI, Anthropic, Google, DeepSeek, Groq, Hugging Face, Nvidia, Deepgram, ElevenLabs, Azure OpenAI, and xAI, each with a + button to connect.

Connecting a provider

  1. Select Connections > Models in the sidebar.
  2. Find the provider card and select +.
  3. Enter your API key. Keys are stored encrypted and never logged.
  4. Save. The provider is now available in the model selector on all agents in the workspace.

Per-agent model selection

Each agent selects its model independently in the Agent Builder under Provider. You can run different agents on different models within the same workflow, for example GPT-4o for complex reasoning and Gemini Flash for fast retrieval steps.

Find Your Perfect Model

The model selector in Agent Builder includes a Find Your Perfect Model panel that lets you compare models across providers before selecting one. Models are scored on:
  • Speed: higher score means faster responses
  • Cost: higher score means more affordable
  • Web search: whether the model supports live web search
  • Reasoning: whether the model has dedicated reasoning capability
  • Best for: a short description of the model’s strongest use cases
You can filter the list by provider tab (OpenAI, Amazon Bedrock, Google, Anthropic, Groq, xAI, DeepSeek, and others) to narrow the comparison. Screenshot of the Find Your Perfect Model panel in Agent Builder showing a sortable table of models with Speed, Cost, Web search, Reasoning, and Best for columns, with provider filter tabs across the top.

LLM Fallback

LLM Fallback lets you configure a prioritized list of backup models that Lyzr tries automatically if the primary model fails or is unavailable. When the primary LLM fails, Lyzr tries each fallback in order. If none are configured, system defaults are used. To configure fallbacks, select LLM Fallback in the top right of the Model Providers page. Add up to three fallback models, each assigned a priority. Select a provider and model for each slot, then select Save Fallbacks. Screenshot of the LLM Fallback Models modal showing Priority 1 set to OpenAI / gpt-4o-mini, Priority 2 set to Google / gemini-2.5-flash, and Priority 3 set to Amazon Bedrock / Nova Micro, with a Save Fallbacks button.

Next steps