Processing...Please wait while we secure this action
Volcengine model

Doubao Seed 2.0 Lite

Doubao Seed 2.0 Lite is a Volcengine model listed in the NextModel catalog for high-volume chat, classification, lightweight agent steps workloads. Its listed price is $0.087 / 1M tokens input and $0.521 / 1M tokens output per 1M tokens, with a 256k token context window.

VolcenginePlatform curatedProduction
Tool callingJSON modeLong contextStreamingLow cost
Input price$0.087 / 1M tokens
Output price$0.521 / 1M tokens
Context length256k tokens
Max output8.2k tokens
Input lengthInput / 1MOutput / 1MCache hit / 1M
0 - 32k$0.087$0.521$0.017
32k - 128k$0.13$0.781$0.026
128k - 256k$0.26$1.56$0.052

What is Doubao Seed 2.0 Lite in NextModel?

Doubao Seed 2.0 Lite is a Volcengine model listed in the NextModel catalog for high-volume chat, classification, lightweight agent steps workloads. Its listed price is $0.087 / 1M tokens input and $0.521 / 1M tokens output per 1M tokens, with a 256k token context window.

Best use cases

  • high-volume chat
  • classification
  • lightweight agent steps

OpenAI-compatible code example

Keep the OpenAI SDK style, set base_url to NextModel, and use the catalog model ID doubao-seed-2-0-lite.

Python
from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://api.nextmodel.app/v1"
)

resp = client.chat.completions.create(
    model="doubao-seed-2-0-lite",
    messages=[{"role": "user", "content": "Hello from NextModel"}]
)

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

Similar alternatives

MiniMaxProduction

MiniMax M3 is available only through the Volcengine Agent Plan (no public ARK price list); its listed price tracks the OpenRouter reference rate for the same model.

$0.407 / 1M tokensInput$1.62 / 1M tokensOutput128kContext
Best forhigh-volume chat, agentic tool use, classification
RoutingConfigured
Tool callingJSON modeStreamingLow cost
Platform curatedNextModel production gateway; price referenced from OpenRouter minimax/minimax-m3
View details
VolcengineProduction

Doubao Seed 2.0 Mini is the lowest-cost production model currently exposed through the NextModel public gateway. It is a practical default for Chinese Q&A, classification, summarization, and lightweight multimodal tasks.

Starting at $0.029 / 1M tokensInputStarting at $0.289 / 1M tokensOutput128kContext
Best forChinese Q&A, low-cost general chat, multimodal understanding
RoutingConfigured
Tool callingVisionJSON modeLong context
Platform curatedNextModel production gateway and Volcengine pricing config
View details
MetaCatalog

Llama 4 Maverick 17B Instruct (128E) is a high-capacity multimodal language model from Meta, built on a mixture-of-experts (MoE) architecture with 128 experts and 17 billion active parameters per forward...

$0.15 / 1M tokensInput$0.6 / 1M tokensOutput1MContext
Best foropen-model workflows, cost-sensitive long context, classification
RoutingDegraded
JSON modeLong contextStreamingLow cost
OpenRouter if availableOpenRouter public Models API live metadata; public price comes from the registry pricing rule
View details

FAQ

Doubao Seed 2.0 Lite API questions

What is Doubao Seed 2.0 Lite best for?

High-volume Chinese chat, classification, and lightweight agent steps where cost matters more than peak reasoning quality.

How is Doubao Seed 2.0 Lite priced?

Tiered by input length: $0.087/$0.521 per 1M input/output tokens up to 32K tokens, rising to $0.260/$1.563 above 128K tokens.