> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lyzr.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Models

> Models available in Lyzr

Lyzr Agent Studio offers a wide selection of models by integrating with leading LLM providers such as OpenAI, Google, Anthropic, Bedrock, and DeepSeek.

Each model has its own unique strengths, making it essential to select the right one based on your needs. Factors like **cost, speed, and reasoning ability** play a crucial role in determining the best model for your use case.

**Models available:**

<AccordionGroup>
  <Accordion title="OpenAI" defaultOpen={false}>
    Available to use without any configuration.

    * Gpt-4o

    * Gpt-4o-mini

    * o4-mini

    * Gpt-4.1

    * o3

    * gpt-5

    * gpt-5-mini

    * gpt-5-nano

    * gpt-5.1
  </Accordion>

  <Accordion title="Anthropic" defaultOpen={false}>
    Available to use without any configuration.

    * Claude-3-7-sonnet-latest

    * Claude-3-5-haiku-latest

    * Claude-sonnet-4-0

    * Claude-opus-4-0

    * Claude-opus-4-1

    * Claude-sonnet-4-5

    * Claude-opus-4-5
  </Accordion>

  <Accordion title="Google" defaultOpen={false}>
    Available to use without any configuration.

    * Gemini-2.0-flash

    * Gemini-2.0-flash-lite

    * Gemini-2.5-pro

    * Gemini-2.5-flash

    * Gemini-2.5-flash-lite

    * Gemini-3-pro-preview

    * Gemini-3-flash-preview
  </Accordion>

  <Accordion title="Perplexity" defaultOpen={false}>
    Available to use without configuration

    * sonar

    * sonar-pro

    * sonar-reasoning

    * sonar-reasoning-pro

    * r1-1776

    * sonar-deep-research
  </Accordion>

  <Accordion title="AWS Bedrock" defaultOpen={false}>
    Needs to be configured as mentioned here.

    * Nova Micro

    * Nova lite

    * Nova Pro

    * Claude 3.7 Sonnet

    * Claude 3.5 Sonnet v2

    * Claude 3.5 Sonnet

    * Claude 3 Sonnet

    * Claude 3.5 Haiku

    * Claude 3 Haiku

    * Claude-3-opus

    * Llama 3.3 70b instruct

    * Llama 3.2 1b instruct

    * Llama 3.2 3b instruct

    * Llama 3.2 11b vision instruct

    * Llama 3.2 90b vision instruct

    * Mistral-7b instruct

    * Mistral 8x7b instruct

    * Mistral large

    * Mistral small

    * openai.gpt oss 20b 1:0

    * openai.gpt oss 120b 1:0
  </Accordion>

  <Accordion title="Groq" defaultOpen={false}>
    Available to use without any configuration.

    * llama-3.3-70b-versatile

    * llama-3.1-8b-instant

    * meta-llama/llama-4-scout-17b-16e-instruct

    * meta-llama/llama-4-Maverick-17B-128E-Instruction

    * openai/gpt-oss-120b

    * openai/gpt-oss-20b

    * moonshotai/kimi-k2-instruct
  </Accordion>
</AccordionGroup>
