Moonshot AI Kimi generative services, including chat completions.
API home page: Ace Data Cloud - Kimi
Keywords: kimi-api, moonshot-ai, kimi-k3, kimi-k2, chat-completions, rest-api, ai-api, developer-tools, AI API, REST API, Developer API, Ace Data Cloud
- Unified developer platform with one API key, billing system, and usage tracking
- Production-ready AI API endpoints served from https://api.acedata.cloud
- English integration guides, API references, and service documentation
- Global-ready workflow for developers building chat, image, video, music, and search products
Kimi is Moonshot AI's powerful AI dialogue system. The current flagship, kimi-k3, supports reasoning, vision, tool calling, a 1,048,576-token context window, and up to 16,384 output tokens. Kimi K2 models remain available for compatibility with existing applications.
To use the Kimi API, apply for the corresponding service on the Kimi Chat Completion API page. After entering the page, click the "Acquire" button.
There is a free quota available for first-time applicants, allowing you to use this API for free.
- Base URL: https://api.acedata.cloud
- Service page: Kimi on Ace Data Cloud
- Docs: Developer documentation
curl --request POST "https://api.acedata.cloud/kimi/chat/completions" \
--header "Authorization: Bearer YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"model": "kimi-k3",
"messages": [{"role": "user", "content": "Hello!"}]
}'Explore the supported endpoints and integration guides for Kimi.
| API | Path | Integration Guidance |
|---|---|---|
| Kimi Chat Completion API | /kimi/chat/completions |
Kimi Chat Completion API Integration Guide |