BytePlus Unified AI Gateway • Optimize API Costs

Access Top BytePlus Models With 1 API Key

100% OpenAI SDK compatible. Connect GLM-5.2, Seedream AI Image & Seedance Video Gen seamlessly without code changes.

BytePlus
ModelArk AI Models
100%
OpenAI SDK Compatible
99.9%
Uptime SLA
< 100ms
Gateway Latency

Available BytePlus Models & Pricing

Transparent, pay-as-you-go pricing with zero hidden fees. Simply change the model parameter in your OpenAI SDK request.

LLM Text
Popular

Dola-Seed-2.1-turbo

model: "dola-seed-2.1-turbo"

Next-gen powerful reasoning model for complex text processing, logic & code generation.

Ecomdy Retail Price
$0.65/ per 1M tokens
ByteDance
LLM Text
Fast & Cheap

Dreamina-Seedance-2.0-mini

model: "dola-seed-2.0-mini"

Ultra-fast response speed, cost-optimized for customer service chatbots & bulk processing.

Ecomdy Retail Price
$0.195/ per 1M tokens
ByteDance
LLM Text
Verified Live

GLM-5.2

model: "glm-5.2"

Advanced foundation model from Z.AI excelling in contextual analysis & domain knowledge.

Ecomdy Retail Price
$1.82/ per 1M tokens
Z.AI
AI Image
New

Dola-Seedream-5.0-lite

model: "seedream-5.0-lite"

High-speed AI image generation with sharp quality for marketing banners & visuals.

Ecomdy Retail Price
$0.0455/ per image
ByteDance
AI Image
HD Quality

ByteDance-Seedream-4.5

model: "seedream-4.5"

Specialized visual concept image generation for E-commerce products & branding.

Ecomdy Retail Price
$0.052/ per image
ByteDance
AI Video
Video + Audio

ByteDance-Seedance-1.5-pro

model: "seedance-1.5-pro"

Smooth short AI video generation with automated audio matching for TikTok & Shorts.

Ecomdy Retail Price
$0.078/ per 5s video
ByteDance
AI Video
Next-Gen 2.0

ByteDance-Seedance-2.0-mini

model: "seedance-2.0-mini"

Next-gen Seedance 2.0 Mini high-speed AI video generation with multi-modal reference & synchronized audio.

Ecomdy Retail Price
$0.052/ per 5s video
ByteDance
Zero Code Refactoring

Integrate in 3 Lines of Code with OpenAI SDK

Keep your existing codebase intact. Just update base_url="https://ecomdy-api.vercel.app/v1" and pass your Ecomdy API Key.

Full Server-Sent Events (SSE) Streaming Support
Automatic Failover & Re-try on Upstream Bottlenecks
Real-time Usage & Credit Quota Management
Standard OpenAI SDK Integration
from openai import OpenAI

# Instant BytePlus GLM-5.2 integration via Ecomdy API Gateway
client = OpenAI(
    base_url="https://ecomdy-api.vercel.app/v1",
    api_key="sk-bp-testkey"  # API Key from Ecomdy Console
)

response = client.chat.completions.create(
    model="glm-5.2",
    messages=[{"role": "user", "content": "Hello! Write a 15s TikTok Ads script for a new product."}],
    stream=True
)

for chunk in response:
    if chunk.choices[0].delta.content:
        print(chunk.choices[0].delta.content, end="")

Why Choose Ecomdy API Gateway?

Optimized AI infrastructure for Developers, E-commerce Agencies & SaaS Builders.

Significant Cost Optimization

Benefit from optimized infrastructure powered by BytePlus ModelArk. No minimum commitment.

High Concurrency & Security

End-to-End token encryption, multi-key pool scaling up to millions of requests/day with 99.9% uptime.

Diverse Model Capabilities

From GLM text reasoning, Doubao LLM to HD Seedream Image Gen and Seedance 1.5 Pro Video AI.

Ready to Experience BytePlus AI API Today?

Create an account to get instant API access to BytePlus AI models.

Get API Key Now