Doubao 1.5 Pro: API Pricing & How to Use Doubao-1.5-Pro API

In this comprehensive guide, we will cover the technical details of Doubao-1.5 Pro, its pricing structure, how to use its API, and its benchmark performance.

Scarlett Clarke

Scarlett Clarke

14 June 2025

Doubao 1.5 Pro: API Pricing & How to Use Doubao-1.5-Pro API

Recently, many new models have entered the market, with Doubao-1.5-Pro standing out and gaining widespread attention. Built on a Sparse Mixture of Experts (MoE) architecture, it strikes an optimal balance between model performance and inference efficiency through an integrated training-inference design. Despite utilizing fewer activation parameters, it surpasses the performance of leading ultra-large dense pre-trained models and achieves outstanding results across multiple evaluation benchmarks.

button

In this article, we will delve into its distinctive features, advantages over competitors, and best practices for implementation.

What is Doubao 1.5 Pro?

Doubao 1.5 Pro is a data integration and automation tool designed to simplify workflows, connect software systems, and manage data seamlessly. It provides businesses with a powerful platform for automating processes, reducing manual data entry, and ensuring data consistency across various platforms. The tool is especially useful for enterprises that rely on multiple systems and need to synchronize data efficiently.

What is Doubao 1.5 Pro

Key Features:

Benchmark Performance of Doubao 1.5 Pro

Doubao 1.5 Pro basic model offers enhanced capabilities and advanced features for business automation and data management, particularly in real-time synchronization and customizable workflows, which are not typically found in alternatives like Claude or GPT.

More importantly, the improvements in Doubao 1.5 Pro are built on a solid foundation — the model was trained without relying on data generated by other models. In other words, Doubao 1.5 Pro is entirely trained on its own data production system and did not take shortcuts through model distillation.

Benchmark Performance of Doubao 1.5 Pro

Highlights

Doubao 1.5 Pro has been optimized for high-performance use cases, providing fast data synchronization and minimal latency. With an improved engine over previous versions, it can handle complex data transformations and large-scale integrations with ease.

Pricing Structure of Doubao 1.5 Pro

Standard Pricing

Doubao 1.5 Pro offers an incredibly cost-effective pricing model. Here’s a breakdown of the pricing:

Doubao-1.5 Pro-32k Model:

Doubao-1.5 Pro-256k Model:

Pricing Comparison

This makes Doubao 1.5 Pro one of the most affordable solutions in the industry, with prices significantly lower than the competition — up to 70% cheaper than industry averages.

How to Use Doubao 1.5 Pro API

The Doubao 1.5 Pro API supports communication requests via both HTTP and HTTPS protocols, with HTTPS recommended for enhanced security.

Getting Started

To begin using Doubao 1.5 Pro API:

  1. Create a new API key from Volcengine
  2. Set <YOUR_API_KEY> as an environment variable
  3. Configure Your Desired Model
  4. Set Up Environment and Make the Call

Example Implementation in Python

import os
from volcenginesdkarkruntime import Ark
# Read Your Volcengine API Key from the Environment Variable
client = Ark(api_key=os.environ.get("ARK_API_KEY"))
completion = client.chat.completions.create(
    # Replace <YOUR_ENDPOINT_ID> with Your Volcengine Endpoints ID
    model="<YOUR_ENDPOINT_ID>",
    messages=[
        {"role": "user", "content": "Hello"}
    ]
)
print(completion.choices[0].message)

Using cURL

curl https://ark.cn-beijing.volces.com/api/v3/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $ARK_API_KEY" \
  -d '{
    "model": "<YOUR_ENDPOINT_ID>",
    "messages": [
        {
            "role": "user",
            "content": "Gello"
        }
    ]
  }'

Advanced Features

Visual Multimodal Capabilities

In terms of vision, Doubao-1.5 Pro has made comprehensive technical advancements compared to its previous version.

Speech Multimodal Capabilities

Unlike traditional ASR + LLM + TTS cascaded approaches, Doubao-1.5 Pro not only boasts high comprehension (high IQ) but also excels in speech expressiveness and control. The model demonstrates exceptional emotional continuity both in its responses and speech output. By integrating speech and text tokens, Doubao-1.5 Pro provides the necessary foundation for scaling speech multimodal data effectively.

Why Choose Doubao 1.5 Pro?  

The Doubao-1.5 Pro-AS1 Preview has already surpassed O1-preview and other inference models like O1 on AIME. As reinforcement learning (RL) continues, the model’s capabilities are expected to keep improving, leading to even better performance over time.

Why Choose Doubao 1.5 Pro

And Doubao-1.5-pro offers a more competitive pricing, making it an attractive option for developers seeking high-performance models with cost-effectiveness.

Conclusion

With Doubao 1.5 pro, developers gain access to a high-performance model that achieves breakthrough results using minimal activated parameters, outperforming leading large dense pre-trained models across multiple benchmarks. As the Doubao team continues to invest deeply in foundational AI research and pursue transformative general intelligence challenges, it offers an ideal solution for modern enterprises seeking to maintain a competitive edge in a data-driven world.

In addition, efficient API testing is crucial for development teams. Apidog is an all-in-one platform that simplifies the entire API design, development, and testing workflow. It allows developers to easily manage the API lifecycle, ensuring consistency, efficiency, and seamless collaboration.

For teams looking to streamline API testing, Apidog offers an intuitive interface and robust features that help test and document APIs, reducing the time and effort needed for high-quality development.

Explore more

Top 6 API Management Tools Supporting On-Premises Deployment

Top 6 API Management Tools Supporting On-Premises Deployment

Delve into the top API management platforms supporting on-premises and self-hosted deployment. See how Apidog, DreamFactory, Boomi, WSO2, SAP, and Tyk stack up for security, control, and compliance.

18 June 2025

Top 20 Awesome API Clients ( Open Source, Postman Alternatives )

Top 20 Awesome API Clients ( Open Source, Postman Alternatives )

While Postman continues to be a go-to solution for many developers, it's no longer the only player in the game. With the growing complexity and diversity of modern software stacks, developers are exploring a broader range of API tools—especially open-source, offline-ready, security-conscious, and purpose-built solutions that better suit specific development workflows. Whether you're building out RESTful services, integrating gRPC protocols, or managing API tests within your CI/CD pipelines, ther

17 June 2025

10 Best Lovable AI Alternatives (No-code AI builder)

10 Best Lovable AI Alternatives (No-code AI builder)

In 2025, building a website no longer requires deep coding knowledge or wrestling with complex design tools. Thanks to advances in AI, anyone can create a fully functional, visually appealing website with just a few lines of text. Lovable was one of the first platforms to make this approach popular by enabling viral, prompt-driven website generation. Since then, an exciting new wave of AI-powered tools has emerged, offering even greater flexibility, creativity, and customization options. 💡Try

16 June 2025

Practice API Design-first in Apidog

Discover an easier way to build and use APIs