バリアント · OpenAI / OpenAI TTS

tts-1 API

OpenAI / OpenAI TTS

RunAPI から OpenAI TTS ファミリーの tts-1 を利用できます。従量課金、サブスクリプション不要、失敗した生成は課金されません。

稼働中 · audio_music · 商用利用対応
runapi.ai
curl -X POST https://runapi.ai/api/v1/openai_tts/text_to_speech \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "tts-1",
  "text": "この製品オンボーディング用スクリプトを、アプリ内ガイドで使う明瞭で自然な音声に変換してください。"
}'
import { OpenaiTtsClient } from "@runapi.ai/openai-tts";

const client = new OpenaiTtsClient();
const result = await client.textToSpeech.run({
    model: "tts-1",
    text: "この製品オンボーディング用スクリプトを、アプリ内ガイドで使う明瞭で自然な音声に変換してください。",
});
require "runapi/openai_tts"

client = RunApi::OpenaiTts::Client.new
result = client.text_to_speech.run(
    model: "tts-1",
    text: "この製品オンボーディング用スクリプトを、アプリ内ガイドで使う明瞭で自然な音声に変換してください。"
)
npx skills add runapi-ai/openai-tts -g
# Claude Code
claude mcp add runapi -s user -- npx -y @runapi.ai/mcp

# Codex
codex plugin install runapi-mcp@agents

# Cursor / Windsurf / VS Code
npx @runapi.ai/mcp init cursor
@runapi.ai/openai-tts v1
バリアント切替
tts-1-hd
概要

OpenAI TTS tts-1 は同じ RunAPI 認証、model skill ワークフロー、従量料金で利用できます。

  • 統合 API key
  • Model skill セットアップ
  • モデル ID リファレンス
  • 失敗した生成は課金されません
料金

料金

失敗した生成は課金されません
Text to speech
$0.04 / 1K UTF-8 bytes
仕様

仕様

モデル ID tts-1
プロバイダー OpenAI
モダリティ audio_music
タスク種別 synchronous
課金 1K UTF-8 bytes
Endpoint /api/v1/openai_tts/text_to_speech
商用利用 はい
カタログステータス 稼働中
MODELS

モデルスキル — tts-1

スキルを1回インストールし、構築中にこのページのバリアントIDを使用してください。

# Install the model skill for app development workflows
npx skills add runapi-ai/openai-tts -g
Installs docs, schemas, pricing context, and setup notes into your developer workspace.
Or use this setup request in your coding tool:
Install the OpenAI TTS skill for this app:

1. Add runapi-ai/openai-tts with the skills installer.
2. Load SKILL.md in this workspace.
3. Use its docs, schemas, pricing notes, and setup steps when adding model features.
4. Confirm the install path when done.
仕組み

tts-1 の使い方

01

モデルを選ぶ

アプリのワークフローに合うモデルとバリアントを選びます。

02

モデル ID を渡す

リクエスト body にこのバリアント ID を指定します。

03

タスクを実行

リクエストを送信し、返された task ID を保存します。

04

出力を取得

タスク完了時にポーリングまたは callback で結果を受け取ります。

違い

tts-1 の比較

VS TTS-1-HD

Low-latency speech synthesis for interactive applications

Higher-quality speech synthesis for polished narration

ユースケース

このバリアントの用途

音楽生成

楽曲や音声アセットを作成します。

音声ワークフロー

音声合成やオーディオ処理の pipeline を構築します。

ツール連携

開発環境にオーディオツールを提供します。

FAQ

tts-1 に関するよくある質問

tts-1 はどう選択しますか?

quickstart に表示されるモデル ID を渡してください。

料金は従量課金ですか?

はい。呼び出しまたは単位ごとの従量課金です。

今すぐ開始

今日から OpenAI TTS を始める。