Kimi
With Kimi modules in , you can create chat completions and list available models in your Kimi account.
To use the Kimi modules, you must have a Kimi account. You can create an account at moonshot.cn.
Refer to the Moonshot - Kimi API documentation for a list of available endpoints.
To establish the connection, you must:
- Obtain your API key in Kimi.
- Obtain your Organization ID in Kimi.
- Establish the connection in .
To obtain your API key from your Kimi account:
- Log in to your Kimi account.
- In the left sidebar, click API Key Management.
- Click New.
- Enter a name and select a project for the API key.
- Click Save.
- Copy the API key value shown and store it in a safe place.
You will use this value in the API Key field in .
To obtain your Organization ID from your Kimi account:
- Log in to your Kimi account.
- In the left sidebar, click Organization Certification.
- Copy the Organization ID value shown and store it in a safe place.
You will use this value in the Organization ID field in .
To establish the connection in :
- Log in to your account, add a Kimi module to your , and click Create a connection.
- Optional: In the Connection name field, enter a name for the connection.
- In the API Key field, enter the API key copied above.
- In the Organization ID field, enter the organization ID copied above.
- Click Save.
- If prompted, authenticate your account and confirm access.
You have successfully established the connection. You can now edit your and add more Kimi modules. If your connection requires reauthorization at any point, follow the connection renewal steps here.
After connecting the app, you can perform the following actions:
- Create a completion (prompt)
- List models
- Make an API Call