🎁 New Sign up free, 10 calls on us. Up to $1, no card needed.

Dola Seed 2.0 Lite Released 2026-02-14

ByteDance chat code tools
Input$0.25/M
Output$2/M
Cache read$0.05/M
Context262K
vs GPT-4o~95% cheaper

Provider list prices: no platform markup, pay-as-you-go. These are official list prices. Logged-in customers may see effective prices including workspace discounts on /console/pricing. Effective input at a 70% cache-hit rate:$0.11/M. Implicit prefix caching is on by default for Seed language models (1,024-token minimum, no storage fee); an explicit context-caching API is also available. Media models (image / ASR) are not cacheable.

Use Dola Seed 2.0 Lite in 30 seconds

OpenAI-compatible: swap the base_url, keep your SDK. POST /v1/chat/completions

from openai import OpenAI

client = OpenAI(
    base_url="https://synthorai.io/v1",
    api_key="sk-syn-...",
)

resp = client.chat.completions.create(
    model="Dola-Seed-2.0-lite",
    messages=[{"role": "user", "content": "Summarize this diff"}],
)
print(resp.choices[0].message.content)

About Dola Seed 2.0 Lite

First omnimodal understanding model in its family
Natively unifies video, image, audio, and text
256K context with up to 128K output

Dola Seed 2.0 Lite is the balanced tier of ByteDance's Dola Seed 2.0 family on BytePlus ModelArk.

  • BytePlus describes its newest release as the first omnimodal understanding model in the Dola family, natively unifying video, image, audio, and text understanding with upgraded agent, coding, and GUI capabilities; the prior release was billed as a cost-efficient, high-throughput enterprise upgrade over seed-1-8 with strong long-context understanding and reliable structured outputs.
  • It offers a 256K context window with up to 128K output including chain-of-thought.
  • Synthorai brokers it through an OpenAI-compatible chat API.

Specs & limits

Max output (vendor spec)131,072
Modalitiestext + image + video + audio → text
Featurestools · structured_output · streaming · vision · reasoning · caching
NotableSeed 2.0 series launched 2026-02-14; ModelArk id seed-2-0-lite (latest version 260428); 256K context, 128K max output incl. CoT; audio understanding in beta on the 260428 version; implicit + explicit context caching.
Prompt cachingautomatic + explicit · min 1,024-token prefix

per ByteDance official docs ↗

FAQ

Is the Dola Seed 2.0 Lite API free to try?

Yes: new accounts get 10 trial calls and up to $1 in free credit, no card required. At $0.25/M input tokens, that credit alone covers roughly 500 requests of ~8K tokens against Dola Seed 2.0 Lite.

What is Dola Seed 2.0 Lite best at?

First omnimodal understanding model in its family, plus natively unifies video, image, audio, and text and 256K context with up to 128K output. See the About section for the full picture from the vendor's own release notes.

How much does Dola Seed 2.0 Lite cost?

Dola Seed 2.0 Lite costs $0.25 per million input tokens and $2 per million output tokens on Synthorai. That is the provider's list price, with no platform markup. Cached input tokens bill at $0.05/M.

Does Dola Seed 2.0 Lite support prompt caching?

Yes: automatic caching is on by default, with an explicit mode for guaranteed savings. Cached input tokens bill at $0.05/M vs $0.25/M uncached; prompts need a 1,024-token stable prefix to cache. Prompt caching guide →

How do I get access to Dola Seed 2.0 Lite?

Point your existing OpenAI SDK at base_url="https://synthorai.io/v1", set model="Dola-Seed-2.0-lite", and you're done. One API key covers every model on the gateway.

Related models

Get your free API key Compare your cost →