doubao-seed-2-0-lite-260428
ByteDance logo

Doubao Seed 2.0 Lite 260428

doubao-seed-2-0-lite-260428
ByteDance
Doubao Coding model optimized for real-world programming environments that can reliably invoke tools in common IDEs such as Claude Code. The model is specially optimized for frontend capabilities and performs well with common frontend frameworks. The model supports Skills and can work with various custom skills.

Pricing

TierPricingCache ReadInput Audio
Input<=32K
$0.085$0.508
$0.01692/M tokens$1.269/M tokens
32K<Input<=128K
$0.127$0.761
$0.02536/M tokens$1.902/M tokens
128K<Input
$0.254$1.522
$0.05072/M tokens$3.804/M tokens

Input Modalities

  • Text
  • Vision
  • Audio
  • Video

Output Modalities

  • Text

Capabilities

  • Thinking
  • Web
  • Tools
  • Tool calling
  • Structured outputs

Try this model

Python
import os
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["AIHUBMIX_API_KEY"],
    base_url="https://aihubmix.com/v1",
)

response = client.chat.completions.create(
    model="doubao-seed-2-0-lite-260428",
    messages=[
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    max_tokens=1024,
    stream=False,
)

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

Frequently asked questions

What is doubao-seed-2-0-lite-260428?

Doubao Coding model optimized for real-world programming environments that can reliably invoke tools in common IDEs such as Claude Code. The model is specially optimized for frontend capabilities and performs well with common frontend frameworks. The model supports Skills and can work with various custom skills.