AI Models/bytedance-seed/ByteDance Seed: Seed 1.6 Flash
bytedance-seedChat

ByteDance Seed: Seed 1.6 Flash

bytedance-seed/seed-1.6-flash
262KContext Window
33KMax Output
Supported Protocols:reasoninginclude_reasoningfrequency_penaltymax_tokenstemperaturetop_pstoptoolstool_choiceresponse_formatstructured_outputs
Normal

Seed 1.6 Flash is an ultra-fast multimodal deep thinking model by ByteDance Seed, supporting both text and visual understanding. It features a 256k context window and can generate outputs of up to 16k tokens.

Capabilities

👁 Vision🧠 Reasoning🔧 Function CallingText GenerationCode GenerationAnalysis & ReasoningReasoning

Technical Specs

Input Modality
Image、Text、Video
Output Modality
Text
Arch
Default Temperature
0.7
Default Top_P
1

Pricing

Pay per use, no monthly fees
Billing TypeUnitPrice
Text Input$0.0750/M tokens
Text Output$0.3000/M tokens

Quick Start

from openai import OpenAI

client = OpenAI(
    base_url="https://api.uniontoken.ai/v1",
    api_key="YOUR_UNIONTOKEN_API_KEY",
)

response = client.chat.completions.create(
    model="bytedance-seed/seed-1.6-flash",
    messages=[
        {"role": "user", "content": "Hello!"}
    ],
)

print(response.choices[0].message.content)

FAQ

Ready to get started?

Get 1M free tokens on registration, no monthly fees or minimum spend

Register Now →