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

# Recommended Models

A list of recommended open models for common use cases.

## Which models should I use?

In practice, there is no single correct answer! Below is a curated list based on JieKou AI internal testing, community feedback, and external benchmarks. We recommend using it as a starting point, and we will update it regularly as new models become available.

<Note>
  * Model sizes are labeled as small, medium, or large
  * For the best latency, use small or medium models. For the best quality, use large models or fine-tune medium or small models.
  * You can explore all models in the JieKou AI model library
</Note>

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

  <tbody>
    <tr>
      <td rowspan="7">Code Generation and Reasoning</td>
      <td>claude series <em>(large/medium/small)</em></td>
    </tr>

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

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

    <tr>
      <td><a href="https://jiekou.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://jiekou.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://jiekou.ai/models/model-detail/moonshotai-kimi-k2-instruct">Kimi-K2-Instruct</a> <em>(medium)</em></td>
    </tr>

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

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

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

    <tr>
      <td><a href="https://jiekou.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://jiekou.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 and Tool Use</td>
      <td><a href="https://jiekou.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 and Summarization</td>
      <td><a href="https://jiekou.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://jiekou.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 and Document Understanding</td>
      <td><a href="https://jiekou.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://jiekou.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://jiekou.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 Natural Language Understanding and Extraction</td>
      <td><a href="https://jiekou.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://jiekou.ai/models/model-detail/meta-llama-llama-3.2-3b-instruct">Llama-3.2-3b-instruct</a> <em>(small)</em></td>
    </tr>
  </tbody>
</table>
