BIFROST
Dashboard
Operational

Moonshot AI / Kimi

Moonshot models with long context via Moonshot API.

Pricing

Free trial available for new accounts.

Models

moonshot-v1-128k

Capabilities

TextToolsStreaming128K Context

Base URL

https://api.moonshot.cn/v1

Configuration

Environment variable:
MOONSHOT_API_KEY=...

Or configure via dashboard:
Dashboard → Provider Keys → Add Key → moonshot

Example

curl https://api.bifrost.dev/v1/chat/completions \
  -H "Authorization: Bearer $BIFROST_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "moonshot-v1-128k",
    "messages": [{"role": "user", "content": "Hello"}]
  }'

Setup

  1. Create an account at platform.moonshot.cn
  2. Navigate to API Keys in your console
  3. Generate a new API key
  4. Set the MOONSHOT_API_KEY environment variable
  5. Configure the provider in the Bifröst dashboard
← Previous
ByteDance / Doubao
Next →
Ollama Cloud