Doubao Seed 1.6 Thinking
Doubao logo

Doubao Seed 1.6 Thinking

doubao-seed-1-6-thinking
Doubao
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.1096$1.0959
$0.0219/M tokens$0.0023/h/M tokens
32K<Input<=128K
$0.1644$2.1912
$0.0219/M tokens$0.0023/h/M tokens
128K<Input<=256K
$0.3288$3.2877
$0.022/M tokens$0.0023/h/M tokens

Input Modalities

  • Text
  • Vision
  • Video

Output Modalities

  • Text

Capabilities

  • Thinking
  • 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://shkq.org/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.