Documentation Index
Fetch the complete documentation index at: https://old-docs.kie.ai/llms.txt
Use this file to discover all available pages before exploring further.
1. Available Models & Playground
You can find the latest supported models on our Market page: 👉 https://kie.ai/market- We continuously update and onboard new models as soon as they are stable.
- Each model page links to its Playground, where you can test and experiment directly in our UI before calling the API.
- The Playground is the best place to understand model behavior, parameters, and output formats.
2. Pricing
The complete and up-to-date pricing list is available here: 👉 https://kie.ai/pricing- Our prices are typically 30%–50% lower than official APIs.
- For some models, discounts can reach up to 80%.
- Pricing may change as upstream providers adjust their costs, so always refer to the pricing page for the latest numbers.
3. Creating and Securing Your API Key
Create and manage your API keys here: 👉 https://kie.ai/api-key Important security notes:- Never expose your API key in frontend code (browser, mobile apps, public repositories).
- Treat your API key as a secret.
- Rate limits per key (hourly, daily, and total usage caps)
- IP whitelist support, allowing only approved server IPs to access the API
4. Required Request Headers
Every API request must include the correct headers:5. Logs & Task Details
You can inspect all your historical tasks here: 👉 https://kie.ai/logs For each task, you can view:- Creation time
- Model used
- Input parameters
- Task status
- Credit consumption
- Final results or error details
6. Data Retention Policy
Please note our retention rules:- Generated media files: stored for 14 days, then automatically deleted
- Log records (text / metadata): stored for 2 months, then automatically deleted
7. Asynchronous Task Model
All generation tasks on KIE are asynchronous. A successful request returns:- HTTP 200
- A
task_id
- Provide a callback (webhook) URL in the request, or
- Actively poll the “query record info” API using the
task_id
8. Rate Limits & Concurrency
By default, we apply the following limits:- Up to 20 new generation requests per 10 seconds
- This typically allows 100+ concurrent running tasks
- Limits are applied per account
- Requests will be rejected with HTTP 429
- Rejected requests will not enter the queue
9. Developer Support
The recommended support channels are available directly from the dashboard (bottom-left menu):- Get help on Discord
- Get help on Telegram
- Private, 1-on-1 channels
- Your data and conversations remain confidential
- Faster and more technical responses
10. Stability Expectations
We provide access to top-tier, highly competitive APIs at very aggressive pricing. That said:- We are not perfect
- Our overall stability may be slightly lower than official providers
- This is a conscious trade-off
11. About the Team
KIE is built by a small startup team.- We move fast
- We care deeply about developer experience
- We are constantly improving
- Not everything is perfect
- We can’t satisfy every use case immediately
