Models / ByteDance

Model vendor

ByteDance

ByteDance's Seed lab ships the Doubao chat models plus Seedream image and Seedance video generation.

6Models routed
−0%Average vs list price
0Channels serving ByteDance

ByteDance models on MirAPI

ModelTypeContextInputOutputCache r / wOff listChannels
Seedance 2.0 MininewVideo / soon
Seedance 2.5newVideo / soon
Seedance 2.0Video / soon
Seedance 2.0 FastVideo / soon
Seedance 1.5 ProVideo / soon
UI-TARS 7B Text128K$0.10$0.20 / soon
Browse the full catalogue
Migration

A drop-in replacement for the OpenAI API

We speak the OpenAI wire format: official SDKs, LangChain, agent frameworks and your own wrapper all work as-is. Change the base URL and write model IDs the catalogue way: seedance-1-5-pro becomes bytedance/seedance-1-5-pro.

Endpoints
/v1/chat/completionsChat & tool calls
import os
from openai import OpenAI

client = OpenAI(
    base_url="https://api.mirapi.ai/v1",   # changed
    api_key=os.environ["MIRAPI_API_KEY"],   # changed
)

resp = client.chat.completions.create(
    model="bytedance/seedance-1-5-pro",
    messages=[{"role": "user", "content": "Hello"}],
)

One key covers ByteDance and 10 more vendors.

1M free tokens to start. No card required.