🔹 Doubao Seed 2.0 Series doubao-seed-2-0-code-preview-260215 Focuses on long-chain reasoning capabilities and complex task stability, adapted for complex scenarios in real business environments. As the coding-enhanced version of Seed 2.0, it is better suited for Agentic Coding. doubao-seed-2-0-lite-260215 Balances generation quality with response speed, making it suitable as a general-purpose production-grade model. doubao-seed-2-0-mini-260215 Designed for low-latency, high-concurrency, and cost-sensitive scenarios. It emphasizes rapid response and flexible inference deployment, supporting four-level thinking and multimodal understanding capabilities.
from openai import OpenAI
client = OpenAI(
base_url="https://api.throughputs.ai/v1",
api_key="tp_your_api_key",
)
response = client.chat.completions.create(
model="doubao-seed-2-0",
messages=[
{"role": "user", "content": "Hello! What can you do?"}
],
)
print(response.choices[0].message.content)This model isn't available on Throughputs yet. Pricing will be announced at launch.
Coming soon
NOTIFY ME WHEN LIVE
Similar models by modality and capability
3.7 Flash delivers substantial improvements across software engineering, knowledge work, and web development workflows — with an introductory price of half the original 3.6 Flash cost per million tokens.
PRICING
Coming soon
DeepSeek
DeepSeek V4 Pro is a large-scale Mixture-of-Experts model from DeepSeek with 1.6T total parameters and 49B activated parameters, supporting a 1M-token context window. It is designed for advanced reasoning, coding, and long-horizon agent workflows, with strong performance across knowledge, math, and software engineering benchmarks.
IN
$0.528
OUT
$1.584
xAI
The flagship model for code and everything else: agentic tool calling, minimal hallucinations, configurable reasoning.
PRICING
Coming soon
Zhipu AI
GLM-5.3 is a next-generation open-source large language model optimized for complex coding, long-horizon tasks, and cybersecurity scenarios. It delivers significantly improved coding capabilities and agent performance compared with GLM-5.2.
IN
$1.12
OUT
$3.528