doubao-seed-1-6-flash
ByteDance logo

Doubao Seed 1.6 Flash

doubao-seed-1-6-flash
ByteDance
Doubao-Seed-1.6-flash is an extremely fast multimodal deep thinking model, with TPOT requiring only 10ms. It supports both text and visual understanding, with its text comprehension skills surpassing the previous generation lite model and its visual understanding on par with competitor's pro series models. It supports a 256k context window and an output length of up to 16k tokens.

Pricing

TierPricingCache ReadCache Storage
Input<=32K
$0.021$0.205
$0.0041096/M tokens$0.002329/h/M tokens
32K<Input<=128K
$0.041$0.411
$0.0041096/M tokens$0.002329/h/M tokens
128K<Input<=256K
$0.082$0.822
$0.0041096/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-flash",
    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-flash?

Doubao-Seed-1.6-flash is an extremely fast multimodal deep thinking model, with TPOT requiring only 10ms. It supports both text and visual understanding, with its text comprehension skills surpassing the previous generation lite model and its visual understanding on par with competitor's pro series models. It supports a 256k context window and an output length of up to 16k tokens.