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

# Zhipu

> Zhipu models available through the Hicap API

All Zhipu models below are accessible through the **Hicap API** using the standard [OpenAI API spec](https://platform.openai.com/docs/api-reference). Point your OpenAI SDK at `https://api.hicap.ai/v1` and use any model ID listed here. For pricing, see the [Model Catalog](https://hicap.ai/models).

## glm-5

GLM-5 is Zhipu's latest large language model, offering strong bilingual (Chinese–English) capabilities with advanced reasoning and instruction following. It features a 128K context window at competitive rates.

<div className="text-white font-bold">Best for:</div>

<div className="bg-gray-200 dark:bg-black px-3 py-1 mt-2">
  <span>
    Chinese–English bilingual applications, reasoning tasks, content generation, and enterprise workflows in Chinese-language markets.
  </span>
</div>

| Input         |   | Output |
| ------------- | - | ------ |
| `Text, Image` |   | `Text` |

<Columns cols={1}>
  <div>
    <div className="text-white font-bold">This model offers</div>

    <ul className="mb-6">
      <li>\* 128,000 context window</li>
    </ul>
  </div>
</Columns>
