Operational
Moonshot AI / Kimi
Moonshot models with long context via Moonshot API.
Pricing
Free trial available for new accounts.
Models
moonshot-v1-128k
Capabilities
✓ Text✓ Tools✓ Streaming✓ 128K 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
- Create an account at platform.moonshot.cn
- Navigate to API Keys in your console
- Generate a new API key
- Set the
MOONSHOT_API_KEYenvironment variable - Configure the provider in the Bifröst dashboard