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

# Selecting an LLM

> Choose the right AI model for your Playlab project

<div className="bg-blue-500 text-white px-6 py-4 rounded-lg mb-6 shadow-lg">
  <div className="flex items-center">
    <Icon icon="" size="2" className="mr-3 text-yellow-300" />

    <span className="font-semibold">🎉 NEW: <code className="bg-white/20 px-2 py-1 rounded text-sm">Gemini 3.5 Flash</code> is now available — frontier-level coding and agentic performance at Flash-tier speed. <code className="bg-white/20 px-2 py-1 rounded text-sm">Claude Sonnet 4.6</code>, <code className="bg-white/20 px-2 py-1 rounded text-sm">Claude Opus 4.6</code>, <code className="bg-white/20 px-2 py-1 rounded text-sm">Gemini 3.1 Pro</code>, <code className="bg-white/20 px-2 py-1 rounded text-sm">GPT 5.4</code>, and <code className="bg-white/20 px-2 py-1 rounded text-sm">Mistral Large 3</code> are also available!</span>
  </div>
</div>

<Note>
  **New Models Added Regularly!** We're constantly adding and updating models to give Playlabbers access to the latest AI capabilities. Our goal is to provide more open weight models and eventually open source models to give you maximum flexibility and control over your applications.
</Note>

## <Icon icon="bell-on" size="24" className="inline-block align-text-bottom" /> What is this feature?

You can now build on top of even more LLMs in Playlab! There are now more than a dozen available AI models for you to build your Playlab apps on top of. We will try our best to always provide the latest models for you to build on top of.

<Warning>
  Changing the LLM may impact the performance of your app.
</Warning>

## <Icon icon="lightbulb" size="24" className="inline-block align-text-bottom" /> Rationale for the feature

This feature allows Playlab users to experiment with and leverage the unique strengths of various AI models from different providers all within Playlab.

As you build, you might find that certain models perform better at different tasks. This will allow Playlab users to select the model that fits their needs better. The more available models, the more likely you are to find one that meets your needs. We believe that Playlabbers should have access to frontier models as we build in community.

## <Icon icon="thought-bubble" size="24" className="inline-block align-text-bottom" /> Understanding Model Types

Before selecting a model, it's helpful to understand the different categories of AI models available:

| **Frontier Models**                                                                                                | **Open Weight Models**                                                                            | **Open Source Models**                                                        |
| ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
| Cutting-edge, proprietary models developed by major AI companies                                                   | Models with publicly available parameters (weights) that can be downloaded and run independently  | Fully open models where both weights and training code are publicly available |
| Typically offer the most advanced capabilities and are continuously updated with the latest research breakthroughs | While training code may not be available, you have more control over deployment and customization | Offer maximum transparency and customization potential                        |
| Examples: Claude Opus 4.6, Claude 4.6 models, GPT 5.4, Gemini 3.1 Pro, Gemini models                               | Examples: Llama models, DeepSeek R1, Kimi K2.5, Qwen 3, Mistral Large 3                           | Coming soon!                                                                  |

## <Icon icon="thought-bubble" size="24" className="inline-block align-text-bottom" /> How do I access these models?

<Steps>
  <Step title="Click the LLM selector">
    On the top left click the LLM. (By default it will be Claude Sonnet 4.6)

    <img height="500" src="https://mintcdn.com/playlabai/_D6SZKjykVV5vZr9/images/Selectinganllm.gif?s=70f9071b02d2e6ab71b92a4aed958a7a" className="border border-gray-300 rounded-md shadow-sm" data-path="images/Selectinganllm.gif" />
  </Step>

  <Step title="Choose your model">
    From the menu, select which LLM you want to build on top of. You can read more about available models below in greater detail.
  </Step>

  <Step title="Build and Test">
    See how the model you chose impacts your app. Continue trying out different models to find the "best" fit for your app.
  </Step>
</Steps>

## <Icon icon="list-check" size="24" className="inline-block align-text-bottom" /> Available Models

Now that you know how to select models, here are the currently available models with their strengths and tradeoffs:

<CardGroup cols={2}>
  <Card title="Claude Opus 4.6 (Anthropic)" icon="crown">
    <div className="text-xs bg-blue-100 px-2 py-1 rounded mb-2 inline-block">Frontier Model</div>
    <p><strong>Description:</strong> The most powerful and intelligent model in the Claude family. Designed for the most demanding tasks requiring exceptional reasoning, creativity, and nuanced understanding.</p>
    <p><strong>Knowledge Cutoff:</strong> Aug 2025</p>
    <p><strong>Plus Strengths:</strong> Unmatched intelligence and reasoning depth. Superior performance on complex multi-step problems. Exceptional creative and analytical capabilities. Best-in-class instruction following and nuance understanding.</p>
    <p><strong>Minus Trade Offs:</strong> Slower response times and higher cost. Best reserved for tasks that truly require maximum capability.</p>
  </Card>

  <Card title="Claude Sonnet 4.6 (Anthropic)" icon="diamond">
    <div className="text-xs bg-blue-100 px-2 py-1 rounded mb-2 inline-block">Frontier Model | Default</div>
    <p><strong>Description:</strong> Latest and most advanced version of Claude Sonnet. The new default model for all Playlab apps, offering breakthrough performance for everyday use.</p>
    <p><strong>Knowledge Cutoff:</strong> Aug 2025</p>
    <p><strong>Plus Strengths:</strong> State-of-the-art intelligence and reasoning. Superior instruction following and nuance understanding. Exceptional balance of speed and capability. Best-in-class for most applications requiring high quality output.</p>
    <p><strong>Minus Trade Offs:</strong> More expensive than smaller models. May be more than needed for very simple tasks.</p>
  </Card>

  <Card title="Claude Haiku 4.5 (Anthropic)" icon="leaf">
    <div className="text-xs bg-blue-100 px-2 py-1 rounded mb-2 inline-block">Frontier Model</div>
    <p><strong>Description:</strong> Latest and fastest model in the Claude family, optimized for speed and efficiency on everyday tasks.</p>
    <p><strong>Knowledge Cutoff:</strong> July 2025</p>
    <p><strong>Plus Strengths:</strong> Fastest response times among Claude models. Excellent for quick questions and lightweight tasks. Strong performance for its speed tier.</p>
    <p><strong>Minus Trade Offs:</strong> Less capable than Sonnet or Opus models. May struggle with complex multi-step reasoning and advanced analysis.</p>
  </Card>

  <Card title="Claude 4 Sonnet (Reasoning) (Anthropic)" icon="brain">
    <div className="text-xs bg-blue-100 px-2 py-1 rounded mb-2 inline-block">Frontier Model</div>
    <p><strong>Description:</strong> Work through difficult problems using careful, step-by-step reasoning.</p>
    <p><strong>Knowledge Cutoff:</strong> Aug 2025</p>
    <p><strong>Plus Strengths:</strong> Exceptional step by step reasoning capabilities. Stronger at math and coding. Very good at explaining thought process</p>
    <p><strong>Minus Trade Offs:</strong> Slower response times. Not as optimized for creative tasks. Consider Claude Sonnet 4.6 or Claude Opus 4.6 for better overall performance.</p>
  </Card>

  <Card title="GPT 5.4 (OpenAI)" icon="circle-star">
    <div className="text-xs bg-blue-100 px-2 py-1 rounded mb-2 inline-block">Frontier Model</div>
    <p><strong>Description:</strong> OpenAI's latest flagship model with breakthrough capabilities in reasoning, creativity, and multimodal understanding.</p>
    <p><strong>Knowledge Cutoff:</strong> Aug 2025</p>
    <p><strong>Plus Strengths:</strong> State-of-the-art performance across all domains. Exceptional reasoning and problem-solving. Advanced creative capabilities. Superior instruction following and nuance understanding.</p>
    <p><strong>Minus Trade Offs:</strong> Slower response times and higher cost. May be unnecessary for simple tasks. Premium pricing for cutting-edge capabilities.</p>
  </Card>

  <Card title="GPT-5 Mini (OpenAI)" icon="circle-star">
    <div className="text-xs bg-blue-100 px-2 py-1 rounded mb-2 inline-block">Frontier Model</div>
    <p><strong>Description:</strong> A balanced version of GPT-5 optimized for everyday use with improved speed and efficiency.</p>
    <p><strong>Knowledge Cutoff:</strong> Aug 2025</p>
    <p><strong>Plus Strengths:</strong> Excellent balance of GPT-5 capabilities with faster response times. Cost-effective for regular applications. Strong performance across most tasks without premium overhead.</p>
    <p><strong>Minus Trade Offs:</strong> Slightly reduced capabilities compared to GPT 5.4. May not excel at the most complex reasoning challenges requiring maximum model capacity.</p>
  </Card>

  <Card title="Gemini 3.1 Pro (Google)" icon="stars">
    <div className="text-xs bg-blue-100 px-2 py-1 rounded mb-2 inline-block">Frontier Model</div>
    <p><strong>Description:</strong> Google's latest and most advanced model featuring superior multimodal capabilities, enhanced reasoning, and improved creative performance.</p>
    <p><strong>Knowledge Cutoff:</strong> Jan 2025</p>
    <p><strong>Plus Strengths:</strong> State-of-the-art multimodal understanding. Exceptional reasoning and problem-solving. Superior performance on complex analytical tasks. Enhanced creative and coding capabilities. Best-in-class for applications requiring advanced Google AI.</p>
    <p><strong>Minus Trade Offs:</strong> Slower response times compared to Flash models. Higher cost for premium capabilities. May be unnecessary for simple tasks.</p>
  </Card>

  <Card title="Gemini 3.5 Flash (Google)" icon="bolt">
    <div className="text-xs bg-blue-100 px-2 py-1 rounded mb-2 inline-block">Frontier Model</div>
    <p><strong>Description:</strong> Google's frontier-tier Flash model, purpose-built for agentic and coding workflows. Outperforms Gemini 3.1 Pro on Terminal-Bench 2.1 (76.2%), MCP Atlas (83.6%), and CharXiv Reasoning (84.2%) while running roughly four times faster than other frontier models.</p>
    <p><strong>Knowledge Cutoff:</strong> Jan 2026</p>
    <p><strong>Plus Strengths:</strong> Frontier-level performance on coding and agentic tasks at Flash-tier speed. Strong multimodal understanding across text, image, audio, and video. 1M-token input context window for long-horizon, multi-step workflows. Dynamic thinking on by default.</p>
    <p><strong>Minus Trade Offs:</strong> Roughly 3x the per-token cost of Gemini 3 Flash ($1.50 / $9 per 1M tokens vs $0.50 / $3). Thinking-on default may add latency on very simple prompts.</p>
  </Card>

  <Card title="Gemini 3 Flash (Google)" icon="bolt">
    <div className="text-xs bg-blue-100 px-2 py-1 rounded mb-2 inline-block">Frontier Model</div>
    <p><strong>Description:</strong> Google's latest fast model optimized for quick response times with strong general capabilities.</p>
    <p><strong>Knowledge Cutoff:</strong> Jan 2025</p>
    <p><strong>Plus Strengths:</strong> Extremely fast response times. Strong general-purpose performance. Good for simple instruction following and high volume tasks.</p>
    <p><strong>Minus Trade Offs:</strong> Not ideal for multi-step problem solving or complex instruction following. May miss nuance in instructions.</p>
  </Card>

  <Card title="Mistral Large 3 (Mistral)" icon="sparkles">
    <div className="text-xs bg-green-100 px-2 py-1 rounded mb-2 inline-block">Open Weight Model</div>
    <p><strong>Description:</strong> Mistral's latest large language model with strong reasoning and multilingual capabilities.</p>
    <p><strong>Knowledge Cutoff:</strong> Oct 2024</p>
    <p><strong>Plus Strengths:</strong> Strong reasoning and analytical capabilities. Excellent multilingual support. Open weight flexibility for customization and deployment.</p>
    <p><strong>Minus Trade Offs:</strong> May not match top frontier models on the most demanding tasks. Performance varies by domain.</p>
  </Card>

  <Card title="Kimi K2.5 (Moonshot)" icon="rocket">
    <div className="text-xs bg-green-100 px-2 py-1 rounded mb-2 inline-block">Open Weight Model</div>
    <p><strong>Description:</strong> Advanced open weight model that excels in using tools.</p>
    <p><strong>Knowledge Cutoff:</strong> \~Apr 2024</p>
    <p><strong>Plus Strengths:</strong> Excellent tool usage capabilities. Good for applications requiring API integrations. Strong technical reasoning.</p>
    <p><strong>Minus Trade Offs:</strong> May be specialized for tool use rather than general conversation. Performance varies on creative tasks.</p>
  </Card>

  <Card title="DeepSeek R1 (DeepSeek)" icon="water">
    <div className="text-xs bg-green-100 px-2 py-1 rounded mb-2 inline-block">Open Weight Model</div>
    <p><strong>Description:</strong> Open-source model designed for efficiency.</p>
    <p><strong>Knowledge Cutoff:</strong> July 2024</p>
    <p><strong>Plus Strengths:</strong> Cost-effective and efficient. Good for applications where budget is a primary concern. Open-source flexibility.</p>
    <p><strong>Minus Trade Offs:</strong> May not match performance of frontier models on complex tasks. Limited compared to more advanced models.</p>
  </Card>

  <Card title="Llama 4 Maverick (Meta)" icon="meta">
    <div className="text-xs bg-green-100 px-2 py-1 rounded mb-2 inline-block">Open Weight Model</div>
    <p><strong>Description:</strong> Advanced open-weight model for reasoning, math, and general knowledge.</p>
    <p><strong>Knowledge Cutoff:</strong> Aug 2024</p>
    <p><strong>Plus Strengths:</strong> Improved reasoning capabilities over Llama 3.3. Strong performance in general knowledge tasks. Open weight benefits.</p>
    <p><strong>Minus Trade Offs:</strong> Not as fast as smaller models. May require more specific prompting for best results.</p>
  </Card>

  <Card title="Llama 4 Scout (Meta)" icon="meta">
    <div className="text-xs bg-green-100 px-2 py-1 rounded mb-2 inline-block">Open Weight Model</div>
    <p><strong>Description:</strong> Powerful for multi-document analysis, cross-lingual understanding, and context-aware reasoning.</p>
    <p><strong>Knowledge Cutoff:</strong> Aug 2024</p>
    <p><strong>Plus Strengths:</strong> Excellent at analyzing multiple documents simultaneously. Strong cross-lingual capabilities. Advanced contextual understanding.</p>
    <p><strong>Minus Trade Offs:</strong> May be slower for simple tasks. Specialized for document analysis rather than general usage.</p>
  </Card>

  <Card title="Llama 3.3 70B Instruct (Meta)" icon="meta">
    <div className="text-xs bg-green-100 px-2 py-1 rounded mb-2 inline-block">Open Weight Model</div>
    <p><strong>Description:</strong> Advanced model for reasoning, math, and general knowledge.</p>
    <p><strong>Knowledge Cutoff:</strong> Dec 2023</p>
    <p><strong>Plus Strengths:</strong> Strong general well balanced use cases. Performs well in math. Effective at following clear instructions. Open weight flexibility.</p>
    <p><strong>Minus Trade Offs:</strong> Slower than smaller models. Does not follow instructions as well as Claude/GPT models.</p>
  </Card>

  <Card title="Qwen 3 (Alibaba)" icon="sparkles">
    <div className="text-xs bg-green-100 px-2 py-1 rounded mb-2 inline-block">Open Weight Model</div>
    <p><strong>Description:</strong> Advanced open weight model with strong multimodal and multilingual capabilities.</p>
    <p><strong>Knowledge Cutoff:</strong> Oct 2023</p>
    <p><strong>Plus Strengths:</strong> Excellent multilingual support. Strong performance on reasoning tasks. Good balance of performance and efficiency. Open weight flexibility.</p>
    <p><strong>Minus Trade Offs:</strong> May not match frontier model performance on highly specialized tasks. Performance varies depending on language and domain.</p>
  </Card>
</CardGroup>

## <Icon icon="ballot-check" size="24" className="inline-block align-text-bottom" /> Tips for Selecting the Right Model

Selecting can be tricky. That's why we encourage you to play and experiment as you build to find the model that is best fit for your context.

### <Icon icon="scale-balanced" size="24" className="inline-block align-text-bottom" /> Selection Considerations

<Accordion title="Ask yourself what is an ideal response time for your app?">
  This will allow you to pick larger or smaller models that meet those needs. Claude Sonnet 4.6 and GPT-5 Mini offer excellent balance, while Claude Opus 4.6, Gemini 3.1 Pro, and GPT 5.4 prioritize quality over speed. Claude Haiku 4.5 and Gemini 3 Flash excel at speed for simple tasks.
</Accordion>

<Accordion title="Identify what complexity level is your task?">
  For simple Q\&A or content generation, lighter models like Claude Haiku 4.5 or Gemini 3 Flash may suffice. For balanced everyday tasks, Claude Sonnet 4.6 or GPT-5 Mini are ideal. For the most complex multi-step reasoning, choose Claude Opus 4.6, GPT 5.4, or Gemini 3.1 Pro.
</Accordion>

<Accordion title="What is the level of accuracy you are requiring of your app?">
  Critical accuracy use cases like data analysis, or HR operations might require Claude Opus 4.6, GPT 5.4, Gemini 3.1 Pro, or other powerful models even if they're slower. Use cases that require creativity or open ended responses work well with GPT 5.4, GPT-5 Mini, Claude Sonnet 4.6, or creative-focused models.
</Accordion>

<Accordion title="Do you need open weights or source code access?">
  If you need model customization, local deployment, or transparency into model operations, consider open weight models like Llama 4 series, Qwen 3, DeepSeek R1, or Mistral Large 3. For maximum performance and latest capabilities, frontier models like Claude Opus 4.6, GPT 5.4, Claude Sonnet 4.6, or Gemini 3.1 Pro are typically best. Consider your long-term deployment and customization needs when choosing between proprietary and open models.
</Accordion>

### <Icon icon="medal" size="24" className="inline-block align-text-bottom" /> Best Practices

<Accordion title="Try to match your model with your use case:">
  Everyday applications: Claude Sonnet 4.6, Claude Haiku 4.5, or GPT-5 Mini provide the best balance of performance and efficiency. Critical/Complex applications: Claude Opus 4.6, GPT 5.4, or Gemini 3.1 Pro for highest accuracy and reasoning capability. Creative applications: GPT 5.4, GPT-5 Mini, or Claude Sonnet 4.6 for creative tasks. Problem-solving tools: Claude Opus 4.6, Claude Sonnet 4.6, GPT 5.4, Gemini 3.1 Pro, or Llama 4 Maverick. Document analysis: Claude Opus 4.6, Claude Sonnet 4.6, or Llama 4 Scout for multi-document or cross-lingual analysis. Technical/Coding tasks: Claude Opus 4.6, Claude Sonnet 4.6, GPT 5.4, or Kimi K2.5 for tool usage. Educational explanation: Claude Sonnet 4.6, GPT-5 Mini, Llama 3.3 70B Instruct, Llama 4 Maverick, or those with strong explanatory capabilities. High-volume applications: Balance quality with speed using Claude Sonnet 4.6, Claude Haiku 4.5, Gemini 3 Flash, or GPT-5 Mini. Budget-conscious applications: Claude Haiku 4.5, Qwen 3, DeepSeek R1, Mistral Large 3, or other open weight models for cost-effective solutions. Research/Experimentation: Open weight models like Llama 4 series, Qwen 3, or Mistral Large 3 for flexibility.
</Accordion>

<Accordion title="Test out multiple models for apps that you are building:">
  Changing a model may change performance of an app in Playlab. Test multiple models before finalizing, as performance can vary significantly on your specific tasks. Implement A/B testing as you're building and testing to continually evaluate model performance. Consider starting with Claude Sonnet 4.6 or GPT-5 Mini as your baseline for most applications. Test both frontier and open weight models to find the best fit for your needs.
</Accordion>

<Accordion title="Additional best practices:">
  We recommend that you remix apps as you're experimenting to not impact the original app. You can review activity to see how multiple models handle similar tasks. If you're building a suite of apps we recommend you use faster models like Claude Haiku 4.5 for simple queries and reserve powerful models like Claude Opus 4.6, Claude Sonnet 4.6, GPT 5.4, or Gemini 3.1 Pro for complex tasks. Consider cost implications, as newer frontier models like Claude Opus 4.6, Claude Sonnet 4.6, Gemini 3.1 Pro, and GPT 5.4 may be more expensive but offer better performance. For production apps requiring customization, evaluate open weight models like Qwen 3, Mistral Large 3, and Kimi K2.5 alongside frontier options. Keep track of which models work best for your specific use cases to build your own selection guidelines.
</Accordion>

## <Icon icon="circle-question" size="24" className="inline-block align-text-bottom" /> FAQ

<Accordion title="Will switching models affect my existing app?">
  Yes, changing the LLM model can impact the performance of your app. Different models have different strengths and trade-offs, so it's important to test your app with the new model before finalizing the change.
</Accordion>

<Accordion title="How do I know which model is best for my specific use case?">
  We recommend experimenting with different models for your specific use case. Consider factors like response time requirements, complexity level of tasks, accuracy needs, and whether you need open weights. You can implement A/B testing to evaluate model performance. For most applications, Claude Sonnet 4.6 or GPT-5 Mini are great starting points.
</Accordion>

<Accordion title="What is the default model for new apps?">
  Claude Sonnet 4.6 is the default model for new apps in Playlab. It offers the best balance of intelligence, speed, and capability for most applications.
</Accordion>

<Accordion title="When should I choose Claude Opus 4.6 vs Claude Sonnet 4.6 vs Claude Haiku 4.5?">
  Choose Claude Opus 4.6 for the most demanding tasks requiring maximum intelligence, reasoning depth, and nuanced understanding. It's the most powerful model in the Claude family. Choose Claude Sonnet 4.6 for most applications where you need excellent intelligence with a good balance of performance and efficiency — it's the new default for all Playlab apps. Choose Claude Haiku 4.5 for fast, lightweight tasks requiring quick response times.
</Accordion>

<Accordion title="What's the difference between GPT 5.4 and GPT-5 Mini?">
  GPT 5.4 is OpenAI's most powerful model with breakthrough capabilities across all domains. GPT-5 Mini provides a balanced option with faster response times and better cost efficiency. Choose based on whether you need maximum capability (GPT 5.4) or balanced performance (GPT-5 Mini).
</Accordion>

<Accordion title="What's the difference between frontier, open weight, and open source models?">
  Frontier models are cutting-edge proprietary models with the latest capabilities but require API access. Open weight models have publicly available parameters, allowing more control and customization. Open source models provide both weights and training code. Choose based on your needs for performance vs. customization and transparency.
</Accordion>

<Accordion title="When should I consider open weight models like Llama 4, Qwen 3, Mistral Large 3, or DeepSeek R1?">
  Consider open weight models when you need model customization, local deployment, cost control for high-volume applications, or transparency into model operations. They're also great for research and experimentation. However, frontier models typically offer better performance for most production applications.
</Accordion>

## <Icon icon="bullhorn" size="24" className="inline-block align-text-bottom" /> We Want Your Feedback!

<Info>
  Have you tried building with different LLM models? We'd love to hear about your experience with the new models and which ones work best for your use cases!

  Contact us at [support@playlab.ai](mailto:support@playlab.ai)
</Info>

<div className="mt-8">
  <Button href="/introduction">Return to Home Page</Button>
</div>

***

Last updated: 05/22/2026
