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

# Recommended Models

A curated list of recommended open models suitable for common use cases.

## Which models should I use?

There is no single right answer! The following is a curated list based on Myrouter internal testing, community feedback, and external benchmarks. We recommend using it as a starting point and will update it regularly as new models become available.

<Note>
  * Model sizes are labeled as Small, Medium, or Large
  * For best latency, use Small or Medium models. For best quality, use Large models or fine-tune Medium or Small models.
  * You can explore all models in the Myrouter model library
</Note>

<table class="table">
  <thead>
    <tr>
      <th>Use Case</th>
      <th>Recommended Model</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td rowspan="7">Code Generation & Reasoning</td>
      <td>Claude series <em>(Large/Medium/Small)</em></td>
    </tr>

    <tr>
      <td><a href="https://myrouter.ai/models/model-detail/deepseek-deepseek-r1-0528">Deepseek-r1-0528</a> <em>(Large)</em></td>
    </tr>

    <tr>
      <td><a href="https://myrouter.ai/models/model-detail/deepseek-deepseek-v3-0324">Deepseek-v3-0324</a> <em>(Large)</em></td>
    </tr>

    <tr>
      <td><a href="https://myrouter.ai/models/model-detail/qwen-qwen3-coder-480b-a35b-instruct">Qwen3-Coder-480B-A35B-Instruct</a> <em>(Large)</em></td>
    </tr>

    <tr>
      <td><a href="https://myrouter.ai/models/model-detail/qwen-qwen3-235b-a22b-instruct-2507">Qwen3-235B-A22B-Instruct-2507</a> <em>(Large)</em></td>
    </tr>

    <tr>
      <td><a href="https://myrouter.ai/models/model-detail/moonshotai-kimi-k2-instruct">Kimi-K2-Instruct</a> <em>(Medium)</em></td>
    </tr>

    <tr>
      <td><a href="https://myrouter.ai/models/model-detail/zai-org-glm-4.5">GLM-4.5</a> <em>(Medium)</em></td>
    </tr>

    <tr>
      <td rowspan="4">General Reasoning & Planning</td>
      <td><a href="https://myrouter.ai/models/model-detail/deepseek-deepseek-r1-0528">Deepseek-r1-0528</a> <em>(Large)</em></td>
    </tr>

    <tr>
      <td><a href="https://myrouter.ai/models/model-detail/deepseek-deepseek-v3-0324">Deepseek-v3-0324</a> <em>(Large)</em></td>
    </tr>

    <tr>
      <td><a href="https://myrouter.ai/models/model-detail/qwen-qwen-2.5-72b-instruct">Qwen-2.5-72b-instruct</a> <em>(Medium)</em></td>
    </tr>

    <tr>
      <td><a href="https://myrouter.ai/models/model-detail/meta-llama-llama-3.3-70b-instruct">Llama-3.3-70b-instruct</a> <em>(Medium)</em></td>
    </tr>

    <tr>
      <td rowspan="2">Function Calling & Tool Use</td>
      <td><a href="https://myrouter.ai/models/model-detail/qwen-qwen3-235b-a22b-fp8">Qwen3-235b-a22b-fp8</a> <em>(Large)</em></td>
    </tr>

    <tr>
      <td>Qwen 3 series <em>(Large/Medium/Small)</em></td>
    </tr>

    <tr>
      <td rowspan="2">Long Context & Summarization</td>
      <td><a href="https://myrouter.ai/models/model-detail/meta-llama-llama-4-maverick-17b-128e-instruct-fp8">Llama-4-maverick-17b-128e-instruct-fp8</a> <em>(Large)</em></td>
    </tr>

    <tr>
      <td><a href="https://myrouter.ai/models/model-detail/meta-llama-llama-4-scout-17b-16e-instruct">Llama-4-scout-17b-16e-instruct</a> <em>(Medium)</em></td>
    </tr>

    <tr>
      <td rowspan="3">Vision & Document Understanding</td>
      <td><a href="https://myrouter.ai/models/model-detail/meta-llama-llama-4-maverick-17b-128e-instruct-fp8">Llama-4-maverick-17b-128e-instruct-fp8</a> <em>(Large)</em></td>
    </tr>

    <tr>
      <td><a href="https://myrouter.ai/models/model-detail/qwen-qwen2.5-vl-72b-instruct">Qwen2.5-vl-72b-instruct</a> <em>(Medium)</em></td>
    </tr>

    <tr>
      <td><a href="https://myrouter.ai/models/model-detail/meta-llama-llama-4-scout-17b-16e-instruct">Llama-4-scout-17b-16e-instruct</a> <em>(Medium)</em></td>
    </tr>

    <tr>
      <td rowspan="3">Low-Latency NLU & Extraction</td>
      <td><a href="https://myrouter.ai/models/model-detail/meta-llama-llama-3.1-8b-instruct">Llama-3.1-8b-instruct</a> <em>(Small)</em></td>
    </tr>

    <tr>
      <td><a href="https://myrouter.ai/models/model-detail/meta-llama-llama-3.2-3b-instruct">Llama-3.2-3b-instruct</a> <em>(Small)</em></td>
    </tr>
  </tbody>
</table>
