doubao-seed-1-6-vision-250815
ByteDance logo

Doubao Seed 1.6 Vision 250815

doubao-seed-1-6-vision-250815
ByteDance
Doubao-Seed-1.6-vision is a visual deep-thinking model that demonstrates stronger general multimodal understanding and reasoning capabilities in scenarios such as education, image moderation, inspection and security, and AI search Q&A. It supports a 256K context window and an output length of up to 64K 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

    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-vision-250815",
        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-vision-250815?

    Doubao-Seed-1.6-vision is a visual deep-thinking model that demonstrates stronger general multimodal understanding and reasoning capabilities in scenarios such as education, image moderation, inspection and security, and AI search Q&A. It supports a 256K context window and an output length of up to 64K tokens.