Seed 2.1 Turbo API

Next-generation coding and agent model with engineering-grade code delivery, long-horizon autonomy, and 256K multimodal understanding.

ByteDanceテキスト生成256K コンテキストリリース 2026年7月13日Malaysia独自エンドポイント新着

Seed 2.1 Turbo について

Next-generation coding and agent model with engineering-grade code delivery, long-horizon autonomy, and 256K multimodal understanding.

別名 Seed Turbo, ByteDance Seed 2.1 Turbo, Seed-2.1-Turbo, seed-2-1-turbo

reasoningvisionagentic codingfunction calling

Seed 2.1 Turbo の仕様

モデルID
seed-2-1-turbo
プロバイダー
ByteDance
カテゴリ
テキスト生成
リリース
2026年7月13日
コンテキスト長
256K トークン
最大出力
65,536 トークン
入力
テキスト画像動画
出力
テキスト
構造化出力
JSON Schema
リージョン
Malaysia
エンドポイント
POST/v1/chat/completionsPOST/v1/responsesPOST/v1/messagesPOST/v1beta/models/seed-2-1-turbo:generateContent
代替モデルID
bytedance/seed-2-1-turbodola-seed-2.1-turbodola-seed-2-1-turbo-260628

Seed 2.1 Turbo API の料金

EmpirioLabs カタログのライブ従量課金料金です。使った分だけの支払いで、月額最低料金はありません。

タイプ
仕様
料金
入力
per 1M prompt tokens
$0.63
出力
per 1M generated tokens
$3.13
料金ページ全体で比較

Seed 2.1 Turbo API の呼び出し方

Seed 2.1 Turbo は OpenAI 互換の Chat Completions API を提供します。任意の OpenAI SDK を EmpirioLabs API キーで https://api.empiriolabs.ai/v1 に向け、モデル ID seed-2-1-turbo を使ってください。 EmpirioLabs ダッシュボードで API キーを取得してください。

cURL
curl https://api.empiriolabs.ai/v1/chat/completions \
  -H "Authorization: Bearer $EMPIRIOLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "seed-2-1-turbo",
    "messages": [
      {"role": "user", "content": "Write a haiku about the ocean."}
    ]
  }'
Python (OpenAI SDK)
from openai import OpenAI

client = OpenAI(
    base_url="https://api.empiriolabs.ai/v1",
    api_key="YOUR_EMPIRIOLABS_API_KEY",
)

response = client.chat.completions.create(
    model="seed-2-1-turbo",
    messages=[{"role": "user", "content": "Write a haiku about the ocean."}],
)
print(response.choices[0].message.content)
Seed 2.1 Turbo API の完全リファレンス

Seed 2.1 Turbo API のパラメーター

EmpirioLabs 上の Seed 2.1 Turbo API が対応するリクエストパラメーターです。フィールドを省略した場合はデフォルト値が適用されます。

パラメータタイプデフォルト範囲 / 値説明
max_tokensnumber40961 から 65536Max output tokens
frequency_penaltynumber0-2 から 2Penalty for repeated tokens. >0 reduces repetition, <0 encourages it.
presence_penaltynumber0-2 から 2Penalty for new vs. seen tokens. >0 encourages new topics, <0 encourages staying on topic.
stopstring--Comma-separated stop sequences
enable_thinkingbooleantrue-Enable deep thinking / reasoning mode.
reasoning_effortenumhighlow, medium, highReasoning effort tier. Use enable_thinking=false to disable reasoning entirely.
enable_web_searchbooleanfalse-Enable web search: retrieves live web results and provides them to the model as additional context.
image_detailenumhighlow, high, xhighImage visual quality tier for vision input.
video_fpsnumber-0.2 から 5Frames per second extracted from video input.
response_formatenum--Constrain the output to JSON. Use JSON mode for any valid JSON object, or JSON schema to force output that matches a schema you provide.

知っておくと便利

Per-token pricing is flat across the full 256K context, with no higher rate above 128K. Reasoning is on by default; set enable_thinking to false to answer directly without it.

Seed 2.1 Turbo API: よくある質問

Seed 2.1 Turbo API の料金はいくらですか?

EmpirioLabs では Seed 2.1 Turbo は従量課金です: Input $0.63 per 1M prompt tokens; Output $3.13 per 1M generated tokens。このページのライブ料金表は常に API の請求額と一致します。

Seed 2.1 Turbo のコンテキストウィンドウはどれくらいですか?

Seed 2.1 Turbo は 256K トークンのコンテキストウィンドウに対応しています(1回の応答あたり最大 65,536 出力トークン)。

Seed 2.1 Turbo API は OpenAI 互換ですか?

はい。Seed 2.1 Turbo は OpenAI 互換の Chat Completions API を提供しているため、既存の OpenAI SDK は base_urlhttps://api.empiriolabs.ai/v1 に向けてモデル ID を seed-2-1-turbo に設定するだけで動作します。

統合する前にブラウザで Seed 2.1 Turbo を試せますか?

はい。EmpirioLabs プレイグラウンドでは API と同じパラメーターで Seed 2.1 Turbo をブラウザ上で実行できるので、コードを書く前にプロンプトを試せます。

Seed 2.1 Turbo の API キーはどうやって取得しますか?

EmpirioLabs アカウントを作成し、ダッシュボードの API Keysでキーを生成してください。課金は従量制クレジットなので、実行したリクエストの分だけ支払います。

より良いエンドポイントを使う準備はできていますか?

ご自身のモデルを当社のスタックに展開したい方は、ぜひご価格をご覧ください。