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

# MiniMax

> Set up Coreply with MiniMax for fast chat completions with optional thinking disabled.

Coreply supports MiniMax through the built-in `MiniMax` provider.

## Setup

<Steps>
  <Step title="Get your API key">
    Create an API key in [platform.minimax.io](https://platform.minimax.io/docs/guides/quickstart-preparation).
  </Step>

  <Step title="Choose MiniMax in the app">
    Open Coreply and choose **MiniMax** under **API Provider**.
  </Step>

  <Step title="Enter your settings">
    Fill in the following values:

    | Field   | Value                |
    | ------- | -------------------- |
    | API key | Your MiniMax API key |
    | Model   | `minimax-m3`         |
  </Step>

  <Step title="Disable thinking">
    Set **Provider Options** to:

    ```json theme={null}
    {"minimax": {"thinking": {"type": "disabled"}}}
    ```
  </Step>
</Steps>
