50 % Rabatt auf Vidu Q3 & Q3 Pro — nur bei WaveSpeedAI | 20. Mai – 2. Juni
B
bytedance-seed/seed-2.0-lite

bytedance-seed/seed-2.0-lite

262,144 context · $0.25/M input tokens · $2.00/M output tokens

Seed-2.0-Lite is a balanced model designed for high-frequency enterprise workloads, optimizing for both capability and cost. Its overall performance surpasses the previous-generation Seed-1.8. It is well-suited for production tasks such as unstructured information processing, text content creation, search and recommendation, and data analysis. The model supports long-context processing, multi-source information fusion, multi-step instruction execution, and high-fidelity structured outputs—delivering stable quality while significantly reducing cost.

Preise

Pay-per-Use

Keine Vorabkosten, zahlen Sie nur, was Sie nutzen

Eingabe$0.25 / M Tokens
Ausgabe$2.00 / M Tokens

Modell ausprobieren

bytedance-seed/seed-2.0-lite
Online
B
Hallo! Ich bin ein hilfreicher KI-Assistent. Womit kann ich helfen?

API-Nutzung

Verwenden Sie die folgenden Codebeispiele zur Integration mit unserer API:

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-lite",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

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

Modelleinführung

Bytedance-Seed seed-2.0-lite

Seed-2.0-Lite is a balanced model designed for high-frequency enterprise workloads, optimizing for both capability and cost. Its overall performance s

Seed-2.0-Lite is a balanced model designed for high-frequency enterprise workloads, optimizing for both capability and cost. Its overall performance surpasses the previous-generation Seed-1.8. It is well-suited for production tasks such as unstructured information processing, text content creation, search and recommendation, and data analysis. The model supports long-context processing, multi-source information fusion, multi-step instruction execution, and high-fidelity structured outputs—delivering stable quality while significantly reducing cost.


Why It Looks Great

  • Large Language Model architecture for efficient processing
  • 262144 context window for long document handling
  • Competitive pricing at $0.2/$2.0 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.2
Output$2.0

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-lite


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-lite",
    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-lite",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Notes

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

Info

Anbieterbytedance-seed
Typllm

Unterstützte Funktionen

Eingabe
TextBild
Ausgabe
Text
Kontext262,144
Max. Ausgabe131,072
Vision✓ Unterstützt
Function Calling✓ Unterstützt

API-Zugriffsanleitung

Base URLhttps://llm.wavespeed.ai/v1
API-Endpunktchat/completions
Modell-IDbytedance-seed/seed-2.0-lite

Seed 2.0 Lite API

bytedance-seed/seed-2.0-lite

Seed-2.0-Lite is a balanced model designed for high-frequency enterprise workloads, optimizing for both capability and cost. Its overall performance surpasses the previous-generation Seed-1.8. It is well-suited for production tasks such as unstructured information processing, text content creation, search and recommendation, and data analysis. The model supports long-context processing, multi-source information fusion, multi-step instruction execution, and high-fidelity structured outputs—delivering stable quality while significantly reducing cost.

Eingabe

$0.25 /M

Ausgabe

$2 /M

Kontext

262K

Max. Ausgabe

131K

Vision

Unterstützt

Tool-Nutzung

Unterstützt

Seed 2.0 Lite auf WaveSpeedAI testen

Zugriff auf Seed 2.0 Lite über unsere einheitliche API — OpenAI-kompatibel, keine Kaltstarts, transparente Preise.

Häufige Fragen zu Seed 2.0 Lite

Wie viel kostet die Seed 2.0 Lite-API?+

Preise auf WaveSpeedAI: $0.25 pro Million Input-Tokens und $2.00 pro Million Output-Tokens. Prompt-Caching und Batch-Verarbeitung werden separat berechnet und reduzieren die effektiven Kosten bei langen, sich wiederholenden Workloads.

Wie groß ist das Kontextfenster von Seed 2.0 Lite?+

Seed 2.0 Lite unterstützt bis zu 262K Kontext-Tokens und bis zu 131K Output-Tokens pro Anfrage.

Ist Seed 2.0 Lite OpenAI-kompatibel?+

Ja. WaveSpeedAI stellt Seed 2.0 Lite über einen OpenAI-kompatiblen Endpunkt unter https://llm.wavespeed.ai/v1 bereit. Richten Sie das offizielle OpenAI SDK mit Ihrem WaveSpeedAI-API-Schlüssel auf diese Base-URL — keine weiteren Codeänderungen erforderlich.

Wie starte ich mit Seed 2.0 Lite?+

Bei WaveSpeedAI anmelden, in Access Keys einen API-Schlüssel erstellen und eine Anfrage an https://llm.wavespeed.ai/v1/chat/completions mit der oben angezeigten Model-ID senden. Neue Konten erhalten kostenlose Credits, um Seed 2.0 Lite zu testen.

Verwandte LLM-APIs