Doubao Seed 1.6 Thinking
ByteDance logo

Doubao Seed 1.6 Thinking

doubao-seed-1-6-thinkingllms.txt
ByteDance
The Doubao-Seed-1.6-thinking model has significantly enhanced reasoning capabilities. Compared with Doubao-1.5-thinking-pro, it has further improvements in fundamental abilities such as coding, mathematics, and logical reasoning, and now also supports visual understanding. It supports a 256k context window, with output length supporting up to 16k tokens.

Pricing

TierPricingCache ReadCache Storage
Input<=32K
$0.110$1.096
$0.021918/M tokens$0.002329/h/M tokens
32K<Input<=128K
$0.164$2.191
$0.021863072/M tokens$0.002329/h/M tokens
128K<Input<=256K
$0.329$3.288
$0.022027456/M tokens$0.002329/h/M tokens

Input Modalities

  • Text
  • Vision
  • Video

Output Modalities

  • Text

Capabilities

  • Tool calling
  • Structured outputs

Providers

Bytedance doubao-seed-1-6-thinking-250715
Pricing$0.110$1.096
Cache Read$0.021918/M tokens
Cache Storage$0.002329/h/M tokens
Pricing$0.164$2.191
Cache Read$0.021863072/M tokens
Cache Storage$0.002329/h/M tokens
Pricing$0.329$3.288
Cache Read$0.022027456/M tokens
Cache Storage$0.002329/h/M tokens
Context256K
Max output32K
Latency-
Throughput-
Uptime
0.00% uptime 2 days ago
0.00% uptime yesterday
0.00% uptime today

Performance for doubao-seed-1-6-thinking

Uptime is the percentage of requests that succeeded over the past 72 hours. AIHubMix continuously monitors every provider and automatically retries with the next-best provider when one returns an error or responds too slowly; Latency is total round-trip time (lower is better); Throughput is how fast the model writes (tokens per second, higher is better).

Uptime
Loading...
Latency
Loading...
Throughput
Loading...

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-thinking",
    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 Thinking?

The Doubao-Seed-1.6-thinking model has significantly enhanced reasoning capabilities. Compared with Doubao-1.5-thinking-pro, it has further improvements in fundamental abilities such as coding, mathematics, and logical reasoning, and now also supports visual understanding. It supports a 256k context window, with output length supporting up to 16k tokens.