> ## 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.

# Moonshot

> Moonshot models available through the Hicap API

All Moonshot 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).

## kimi-k2.5

Kimi K2.5 is Moonshot's latest frontier model, offering strong reasoning, coding, and multilingual capabilities with a 128K context window. It delivers competitive performance at accessible 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>
    Multilingual chat, coding assistance, reasoning tasks, and general-purpose AI workloads where cost-effective performance is important.
  </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>
