ByteDance Doubao website screenshot

ByteDance Doubao

Doubao is ByteDance's foundation model family, served via the Volcano Engine Ark platform. Offers chat completions, deep reasoning, multimodal vision, embeddings, image generation (Seedream), video generation (Seedance), 3D generation, and TTS through OpenAI-compatible and native endpoints.

1 APIs 0 Features
AILLMInferenceByteDanceMultimodalVolcano Engine

APIs

Volcano Engine Ark API

OpenAI-compatible chat, responses, embedding, batch, image (Seedream), video (Seedance), 3D, and TTS APIs serving the Doubao model family. Base URL https://ark.cn-beijing.volces...

Collections

Pricing Plans

Doubao Plans Pricing

2 plans

PLANS

Rate Limits

Doubao Rate Limits

3 limits

RATE LIMITS

FinOps

Doubao Finops

FINOPS

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Volcano Engine Ark API (Doubao)
  version: '3'
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Chat
    type: folder
  items:
  - info:
      name: Create a chat completion
      type: http
    http:
      method: POST
      url: https://ark.cn-beijing.volces.com/api/v3/chat/completions
      body:
        type: json
        data: '{}'
    docs: Create a chat completion
- info:
    name: Embeddings
    type: folder
  items:
  - info:
      name: Create embeddings
      type: http
    http:
      method: POST
      url: https://ark.cn-beijing.volces.com/api/v3/embeddings
      body:
        type: json
        data: '{}'
    docs: Create embeddings
- info:
    name: Images
    type: folder
  items:
  - info:
      name: Generate images (Seedream)
      type: http
    http:
      method: POST
      url: https://ark.cn-beijing.volces.com/api/v3/images/generations
      body:
        type: json
        data: '{}'
    docs: Generate images (Seedream)
- info:
    name: Videos
    type: folder
  items:
  - info:
      name: Create a video generation task (Seedance)
      type: http
    http:
      method: POST
      url: https://ark.cn-beijing.volces.com/api/v3/contents/generations/tasks
      body:
        type: json
        data: '{}'
    docs: Create a video generation task (Seedance)
  - info:
      name: Retrieve video generation task
      type: http
    http:
      method: GET
      url: https://ark.cn-beijing.volces.com/api/v3/contents/generations/tasks/:task_id
      params:
      - name: task_id
        value: ''
        type: path
    docs: Retrieve video generation task
  - info:
      name: Cancel video generation task
      type: http
    http:
      method: DELETE
      url: https://ark.cn-beijing.volces.com/api/v3/contents/generations/tasks/:task_id
      params:
      - name: task_id
        value: ''
        type: path
    docs: Cancel video generation task
- info:
    name: Batch
    type: folder
  items:
  - info:
      name: Create a batch chat completion job
      type: http
    http:
      method: POST
      url: https://ark.cn-beijing.volces.com/api/v3/batch/chat/completions
      body:
        type: json
        data: '{}'
    docs: Create a batch chat completion job
bundled: true