---
title: "Kling kling-v2.5-turbo-image-to-video-pro API — Pricing, code samples | RunAPI"
url: "https://runapi.ai/models/kling/v2.5-turbo-image-to-video-pro.md"
canonical: "https://runapi.ai/models/kling/v2.5-turbo-image-to-video-pro.md"
locale: "en"
model: "Kling"
provider: "Kuaishou"
variant_id: "kling-v2.5-turbo-image-to-video-pro"
sdk_model_id: "kling-v2.5-turbo-image-to-video-pro"
modality: "video"
price_from_cents: 9
billing_unit: "second"
status: "active"
---

# Kling kling-v2.5-turbo-image-to-video-pro API

Same API, same SDK — switch variants by changing one parameter.

## Pricing

**$0.090** per second

Failed generations are not charged

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `kling-v2.5-turbo-image-to-video-pro` |
| Provider | Kuaishou |
| Modality | video |
| Task type | asynchronous |
| Billing unit | second |
| API endpoint | `/api/v1/kling/image_to_video` |
| Status | active |

## Install

```sh
npm install @runapi.ai/kling
```

## Quickstart

```sh
curl -X POST https://api.runapi.ai/api/v1/kling/image_to_video \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "model": "kling-v2.5-turbo-image-to-video-pro", "prompt": "..." }'
```

```js
import RunAPI from "@runapi.ai/kling";

const client = new RunAPI(process.env.RUNAPI_KEY);
const task = await client.create({
  model: "kling-v2.5-turbo-image-to-video-pro",
  prompt: "...",
});
```

## FAQ

### Is the model ID stable across versions?

RunAPI keeps the model ID stable and handles compatible version refreshes without changing your request shape.

### What&#39;s the rate limit on this variant?

Per-key rate limits scale with usage tier. See pricing page for current limits.

### Can I switch variants later?

Yes — variant is a flag. Switch by changing the model parameter.

### Does it stream?

Where streaming is available, RunAPI streams end-to-end.

### Where do I report quality issues?

Open an issue on the public GitHub repo or email support.


## Related

Other Kling variants:

- [kling-3.0](https://runapi.ai/models/kling/3.0.md) — `3.0` · $0.140
- [kling-ai-avatar-pro](https://runapi.ai/models/kling/ai-avatar-pro.md) — `ai-avatar-pro` · $0.160
- [kling-ai-avatar-standard](https://runapi.ai/models/kling/ai-avatar-standard.md) — `ai-avatar-standard` · $0.080
- [kling-v2.5-turbo-text-to-video-pro](https://runapi.ai/models/kling/v2.5-turbo-text-to-video-pro.md) — `v2.5-turbo-text-to-video-pro` · $0.090
