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

# MiniMax

> MiniMax models available through the Hicap API

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

## minimax-m2.5

MiniMax M2.5 is MiniMax's latest large language model, offering strong reasoning, creative generation, and multilingual support with a 200K 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>
    Creative content generation, multilingual chat, customer-facing AI applications, and general-purpose workloads where cost-effective performance is needed.
  </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>\* 200,000 context window</li>
    </ul>
  </div>
</Columns>
