Skip to main content
Doubao Embedding Vision is ByteDance’s multimodal embedding model, available through Upmore via the standard embeddings API (/v1/embeddings). It maps text and images into a single 2048-dimension vector space — ideal for image-text retrieval and semantic search.

Key capabilities

  • Multimodal input — Embed text, an image, or a combined text+image input into one vector
  • Unified vector space — Text and image vectors are directly comparable
  • 2048 dimensions — Fixed output dimension
  • Split billing — Text input and vision input are billed at separate rates; usage is reported per type

Quick example

Unlike standard embedding models, input is an array of content objects (Ark multimodal format), not a plain string. Text-only input also uses this format: [{"type": "text", "text": "..."}]. One request returns one fused embedding for the whole input.

Parameters

Response

API Reference

View the interactive API playground.