G
gemini-2.5-flash-preview-tts
32k ContextAudioPopular
Google が提供する gemini-2.5-flash-preview-tts モデル。32K のコンテキストをサポートし、Audio タスクに最適です。
Pricing / 1M
USD
Input$12
Output$12
Context Window
32ktokens
Avg Latency
450ms
能力レーダー
Compare with Claude 3
概要 gemini-2.5-flash-preview-tts
"高信頼性API"
gemini-2.5-flash-preview-tts は Google が開発した高度なAIモデルです。32K のコンテキストウィンドウを備え、Audio タスクの処理に優れています。このモデルはOkRouter APIを通じて提供され、超低遅延と高い信頼性を実現します。
⚡ 主な強み
- 高信頼性API
- エンタープライズ級のセキュリティ
🎯 主なユースケース
- AIカスタマーサポート
- 長い文書の分析と要約
- クリエイティブライティング支援
- 多言語翻訳
技術仕様
コンテキスト
32K
最大出力
4,096 tokens
知識領域
Audio, Audio
プロバイダー
Google
クイックスタート
example.tsTypeScript
import OpenAI from "openai";
const openai = new OpenAI({
baseURL: "https://api.okrouter.com/v1",
apiKey: "<YOUR_OKROUTER_KEY>",
});
async function main() {
const completion = await openai.chat.completions.create({
model: "gemini-2.5-flash-preview-tts",
messages: [
{ role: "user", content: "Hello! What can you do?" }
],
});
console.log(completion.choices[0].message);
}
main();gemini-2.5-flash-preview-tts の使い方は簡単です。OkRouterはOpenAI SDKと完全な互換性があるため、既存のライブラリを使ってすぐにアクセスできます。 gemini-2.5-flash-preview-tts はOpenAI Chat Completions APIと完全に互換性があり、特徴として 標準コンテキスト処理 および Audio のサポートがあります。
オンラインお試し
Parameters Setup
0.7
Controls randomness: Lowering results in less random completions.
Return data chunks as they arrive
request.js
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://api.okrouter.com/v1",
apiKey: process.env.OKROUTER_API_KEY,
});
const completion = await client.chat.completions.create({
model: "gemini-2.5-flash-preview-tts",
messages: [{ role: "user", content: "Hello world!" }],
temperature: 0.7,
stream: true,
});よくある質問
?gemini-2.5-flash-preview-tts の料金はいくらですか?
入力は $12.00、出力は $12.00 です。為替レートの変動があるため、リアルタイムの料金表をご確認ください。
?gemini-2.5-flash-preview-tts をどうやって呼び出しますか?
標準のOpenAI SDKを使用できます。baseURLを https://api.okrouter.com/v1 に設定し、APIキーを使用するだけです。
?gemini-2.5-flash-preview-tts はどれくらいのコンテキストをサポートしていますか?
このモデルは 32K のコンテキストウィンドウをサポートしています。