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

# Moonshot

> Use Moonshot AI's Kimi models.

# Moonshot

Use Moonshot AI's Kimi models.

## Setup

1. Get an API key at [platform.moonshot.cn](https://platform.moonshot.cn/)
2. In Pawz → **Settings → Providers** → **Add Provider** → **Moonshot**
3. Paste your API key

## Configuration

| Setting       | Default                      |
| ------------- | ---------------------------- |
| Base URL      | `https://api.moonshot.cn/v1` |
| API key       | Required                     |
| Default model | —                            |

## Models

| Model              | Best for       |
| ------------------ | -------------- |
| `moonshot-v1-8k`   | Short context  |
| `moonshot-v1-32k`  | Medium context |
| `moonshot-v1-128k` | Long context   |

## Notes

Moonshot uses an OpenAI-compatible API, so it works through the standard `OpenAiProvider`.
