klingai-rate-limits

Installation
SKILL.md

Kling AI Rate Limits

Overview

Kling AI enforces rate limits per API key. When exceeded, the API returns 429 Too Many Requests. This skill covers detection, backoff strategies, request queuing, and concurrent job management.

Rate Limit Tiers

Tier Concurrent Tasks Requests/Min Notes
Free 1 10 66 daily credits cap
Standard 3 30 Per API key
Pro 5 60 Per API key
Enterprise 10+ Custom Contact sales

Exponential Backoff with Jitter

import time, random, requests
Installs
1
GitHub Stars
2.8K
First Seen
13 days ago
klingai-rate-limits — jeremylongshore/tons-of-skills-marketplace