Unlock exclusive introductory pricing for the newly launched Gemini 3.5 Flash.
K

Kling TTS

リクエストごと:$0.0056
リリース日:Oct 1, 2025

[音声合成] 新登場:テキストから放送用音声をオンラインで生成、プレビュー機能付き ● 同時にaudio_idを生成でき、任意のKeling APIで利用可能。

新着
商用利用

Technical Specifications of kling-tts

ItemDetails
Model IDkling-tts
CategorySpeech Synthesis
DescriptionNewly launched: text-to-broadcast audio online, with preview function ● Can simultaneously generate audio_id, usable with any Keling API.
InputText
OutputBroadcast-style synthesized audio, preview audio, and audio_id
Core CapabilityConverts text into online broadcast audio while generating an audio_id that can be reused with Keling APIs
Integration TypeAPI
Best ForVoice content generation, broadcast narration, preview-based audio workflows, and applications that require reusable audio identifiers

What is kling-tts?

kling-tts is a speech synthesis model available through CometAPI for turning text into broadcast-style audio online. It is designed for scenarios where developers or businesses need fast text-to-speech generation with a preview workflow, while also receiving an audio_id that can be used with any Keling API.

This makes kling-tts useful not only for generating playable audio from text, but also for building multi-step voice pipelines where consistent audio asset tracking matters. By combining text-to-broadcast synthesis, preview support, and reusable audio identifiers, the model fits well into content production, narration, and voice-enabled application workflows.

Main features of kling-tts

  • Text-to-broadcast audio generation: Converts text input into broadcast-style synthesized audio suitable for narration, announcements, and voice content workflows.
  • Preview function: Supports preview-based generation so users can evaluate output before using it in downstream applications or production pipelines.
  • Simultaneous audio_id creation: Generates an audio_id alongside the audio output, enabling easier asset management and follow-up operations.
  • Keling API compatibility: The generated audio_id can be used with any Keling API, making the model practical for integrated ecosystems and chained workflows.
  • API-friendly integration: Designed for programmatic access, allowing developers to embed speech synthesis directly into apps, services, and internal tools.
  • Workflow efficiency: Reduces friction in audio generation pipelines by combining synthesis, preview, and reusable identifier output in a single model interaction.

How to access and integrate kling-tts

Step 1: Sign Up for API Key

To get started, sign up on CometAPI and create your API key from the dashboard. After that, store the key securely and use it to authenticate every request you send to the kling-tts model.

Step 2: Send Requests to kling-tts API

Use CometAPI's Kling TTS endpoint at POST /kling/v1/audio/tts.

curl https://api.cometapi.com/kling/v1/audio/tts \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $COMETAPI_API_KEY" \
  -d '{
    "text": "Welcome to CometAPI!",
    "voice_id": "genshin_vindi2",
    "voice_language": "en",
    "voice_speed": 1.0
  }'

Step 3: Retrieve and Verify Results

The API returns a task object with the generated audio. Poll the task status endpoint to retrieve the audio output URL when processing is complete.

Kling TTSの料金

Kling TTSの競争力のある価格設定をご確認ください。さまざまな予算や利用ニーズに対応できるよう設計されています。柔軟なプランにより、使用した分だけお支払いいただけるため、要件の拡大に合わせて簡単にスケールアップできます。Kling TTSがコストを管理しながら、お客様のプロジェクトをどのように強化できるかをご覧ください。

Comet Price (USD / M Tokens)Official Price (USD / M Tokens)Discount
リクエストごと:$0.0056
リクエストごと:$0.007
-20%

Kling TTSのサンプルコードとAPI

Kling TTSの包括的なサンプルコードとAPIリソースにアクセスして、統合プロセスを効率化しましょう。詳細なドキュメントでは段階的なガイダンスを提供し、プロジェクトでKling TTSの潜在能力を最大限に活用できるよう支援します。