Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.keywordsai.co/llms.txt

Use this file to discover all available pages before exploring further.

Get Moonshot API key

Get your Moonshot API key from the Moonshot Platform to start using Moonshot models through Keywords AI.

Moonshot models compatibility

Add Moonshot API keys

There are 2 ways to add your Moonshot credentials to your requests:

Via UI

1

Go to the Providers page

2

Add your Moonshot credentials.

Add your Moonshot API key in the providers page.

Via code

Add customer_credentials parameter in your request body to use your own Moonshot credits.
{
  // Rest of the request body
  "customer_credentials": {
    "moonshot": {
      "api_key": "YOUR_MOONSHOT_API_KEY",
    }
  }
}