Doubao Seed 1.6 Lite
ByteDance logo

Doubao Seed 1.6 Lite

doubao-seed-1-6-lite
ByteDance
Doubao-Seed-1.6-lite is a brand new multimodal deep reasoning model that supports adjustable reasoning effort, with four modes: Minimal, Low, Medium, and High. It offers better cost performance, making it the best choice for common tasks, with a context window of up to 256k.

Pricing

TierPricingCache ReadCache Storage
Input<=32K
$0.041$0.329
$0.0082192/M tokens$0.002329/h/M tokens
32K<Input<=128K
$0.082$0.548
$0.00822/M tokens$0.002329/h/M tokens
128K<Input<=256K
$0.164$1.644
$0.00822/M tokens$0.002329/h/M tokens

Input Modalities

  • Text
  • Vision
  • Video

Output Modalities

  • Text

Capabilities

  • 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-1-6-lite",
    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 1.6 Lite?

Doubao-Seed-1.6-lite is a brand new multimodal deep reasoning model that supports adjustable reasoning effort, with four modes: Minimal, Low, Medium, and High. It offers better cost performance, making it the best choice for common tasks, with a context window of up to 256k.