Vidu Q3 ve Q3 Pro modellerinde %50 indirim · Yalnızca WaveSpeedAI | 20 Mayıs – 2 Haziran
B
bytedance-seed/seed-2.0-mini

bytedance-seed/seed-2.0-mini

262,144 context · $0.10/M input tokens · $0.40/M output tokens

Seed-2.0-mini targets latency-sensitive, high-concurrency, and cost-sensitive scenarios, emphasizing fast response and flexible inference deployment. It delivers performance comparable to ByteDance-Seed-1.6, supports 256k context, four reasoning effort modes (minimal/low/medium/high), multimodal understanding, and is optimized for lightweight tasks where cost and speed take priority.

Fiyatlandırma

Kullandıkça öde

Ön ödeme yok, yalnızca kullandığınız kadar ödeyin

Giriş$0.10 / M Tokens
Çıkış$0.40 / M Tokens

Modeli dene

bytedance-seed/seed-2.0-mini
Çevrimiçi
B
Merhaba! Yardımcı bir yapay zeka asistanıyım. Size nasıl yardımcı olabilirim?

API Kullanımı

API'mizle entegre etmek için aşağıdaki kod örneklerini kullanın:

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

response = client.chat.completions.create(
    model="bytedance-seed/seed-2.0-mini",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

Model Tanıtımı

Bytedance-Seed seed-2.0-mini

Seed-2.0-mini targets latency-sensitive, high-concurrency, and cost-sensitive scenarios, emphasizing fast response and flexible inference deployment.

Seed-2.0-mini targets latency-sensitive, high-concurrency, and cost-sensitive scenarios, emphasizing fast response and flexible inference deployment. It delivers performance comparable to ByteDance-Seed-1.6, supports 256k context, four reasoning effort modes (minimal/low/medium/high), multimodal understanding, and is optimized for lightweight tasks where cost and speed take priority.


Why It Looks Great

  • Large Language Model architecture for efficient processing
  • 262144 context window for long document handling
  • Competitive pricing at $0.1/$0.4 per million tokens

Key Features

  • Context Window: 262144 tokens
  • Max Output: 131072 tokens
  • Vision: Supported
  • Function Calling: Supported

Specifications

SpecificationValue
ProviderBytedance-Seed
Model TypeLarge Language Model (LLM)
ArchitectureN/A
Context Window262144 tokens
Max Output131072 tokens
InputText
OutputText
VisionSupported
Function CallingSupported

Pricing

Token TypeCost per Million Tokens
Input$0.1
Output$0.4

How to Use

  1. Write your prompt — describe the task, provide context, and specify desired output format.
  2. Submit — the model processes your request and returns the response.

API Integration

Base URL: https://llm.wavespeed.ai/v1 API Endpoint: chat/completions Model ID: bytedance-seed/seed-2.0-mini


API Usage

Python SDK

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

response = client.chat.completions.create(
    model="bytedance-seed/seed-2.0-mini",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

cURL

curl https://llm.wavespeed.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "bytedance-seed/seed-2.0-mini",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Notes

  • Model: bytedance-seed/seed-2.0-mini
  • Provider: Bytedance-Seed

Bilgi

Sağlayıcıbytedance-seed
Türllm

Desteklenen İşlevsellik

Giriş
MetinGörsel
Çıkış
Metin
Bağlam262,144
Maks. Çıkış131,072
Vision✓ Destekleniyor
Function Calling✓ Destekleniyor

API Erişim Kılavuzu

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
Model IDbytedance-seed/seed-2.0-mini

Seed 2.0 Mini API

bytedance-seed/seed-2.0-mini

Seed-2.0-mini targets latency-sensitive, high-concurrency, and cost-sensitive scenarios, emphasizing fast response and flexible inference deployment. It delivers performance comparable to ByteDance-Seed-1.6, supports 256k context, four reasoning effort modes (minimal/low/medium/high), multimodal understanding, and is optimized for lightweight tasks where cost and speed take priority.

Giriş

$0.1 /M

Çıkış

$0.4 /M

Bağlam

262K

Maks. Çıkış

131K

Vision

Destekleniyor

Araç Kullanımı

Destekleniyor

Seed 2.0 Mini'i WaveSpeedAI'da deneyin

Birleşik API'miz aracılığıyla Seed 2.0 Mini'e erişin — OpenAI uyumlu, soğuk başlatma yok, şeffaf fiyatlandırma.

Seed 2.0 Mini hakkında sık sorulan sorular

Seed 2.0 Mini API ücreti ne kadar?+

WaveSpeedAI fiyatlandırması: milyon giriş tokenı başına $0.10 ve milyon çıkış tokenı başına $0.40. Prompt caching ve toplu işleme ayrı faturalanır ve uzun, tekrar eden yüklerde etkin maliyeti düşürür.

Seed 2.0 Mini'in bağlam penceresi nedir?+

Seed 2.0 Mini istek başına 262K bağlam tokenını ve 131K çıkış tokenını destekler.

Seed 2.0 Mini OpenAI uyumlu mu?+

Evet. WaveSpeedAI, Seed 2.0 Mini modelini https://llm.wavespeed.ai/v1 adresindeki OpenAI uyumlu endpoint üzerinden sunar. Resmi OpenAI SDK'sını WaveSpeedAI API anahtarınızla bu base URL'ye yöneltin — başka kod değişikliği gerekmez.

Seed 2.0 Mini'e nasıl başlarım?+

WaveSpeedAI'a giriş yapın, Access Keys'te bir API anahtarı oluşturun, ardından yukarıda gösterilen model id ile https://llm.wavespeed.ai/v1/chat/completions adresine bir istek gönderin. Yeni hesaplar Seed 2.0 Mini'i değerlendirmek için ücretsiz krediler alır.

İlgili LLM API'leri