IranRouter
All models

ByteDance Seed: Seed-2.0-Code

Unavailable
bytedance-seed/seed-2.0-code

Seed 2.0 Code is a model from ByteDance Seed optimized for agentic coding. It is suited for frontend development, multilingual programming tasks, and coding-agent workflows in tools such as Claude...

At a glance

Context window
262Ktokens
Max output
131Ktokens
Knowledge to
Released
2026

Capabilities

CapabilitiesReasoningVisionToolsStructured output
InputTextImageVideo
OutputText
ReasoningSupportedhighmediumlow

Performance

Reference uptime

100%

Aug 18Sep 16

Median latency

710 ms

Aug 18Sep 16

Throughput

31.7 tok/s

Aug 18Sep 16

IranRouter uptime comes from our own automated probes; the reference figures are daily measurements of this model's upstream routes. Each card shows a 30-day average, and a day without data stays empty.

Supported parameters

frequency_penaltyinclude_reasoningmax_tokensreasoningreasoning_effortresponse_formatstopstructured_outputstemperaturetool_choicetoolstop_p

Parameters this model accepts; anything else is ignored.

Quick start

from openai import OpenAI

client = OpenAI(
    api_key="ir-...",
    base_url="https://iranrouter.com/v1",
)

resp = client.chat.completions.create(
    model="bytedance-seed/seed-2.0-code",
    messages=[{"role": "user", "content": "سلام!"}],
)
print(resp.choices[0].message.content)

Only base_url and the key change; the rest of your code stays as it is.