---
title: 多模态向量生成-多模态向量-API黄页|万维易源ShowAPI
canonical_url: "https://www.showapi.com/playground/aliyun/bailian/multi-modal-vector"
last_updated: "2026-09-22T02:36:08.201Z"
meta:
  description: 阿里云大模型服务平台百炼提供多模态向量生成服务，将文本、图像或视频高效转化为向量，助力视频分类、图像分类及图文检索等场景。
  keywords: 多模态向量生成，阿里云大模型服务，图像文本向量化，视频分类技术，图文检索解决方案
  "og:description": 阿里云大模型服务平台百炼提供多模态向量生成服务，将文本、图像或视频高效转化为向量，助力视频分类、图像分类及图文检索等场景。
  "og:title": 多模态向量生成-多模态向量-API黄页|万维易源ShowAPI
---

*

*

*

# **多模态向量**

[阿里云-大模型服务平台百炼](https://www.showapi.com/playground/aliyun/bailian)** 产品首页 [**API文档](https://bailian.console.aliyun.com/?spm=5176.29597918.nav-v2-dropdown-menu-0.d_main_0_0.60cc7ca0Jb9TKX&scm=20140722.M_10774053._.V_1&tab=api#/api/?type=model&url=https%3A%2F%2Fhelp.aliyun.com%2Fdocument_detail%2F2712517.html) [**应用示例](https://www.showapi.com/aiapp/aliyun/bailian/multi-modal-vector.html)

**8848

2025-04-11更新

**131 [提交收录](https://www.showapi.com/island/feedback-page?submitrequire=true) [反馈问题](https://www.showapi.com/island/feedback-page?apiurl=/playground/aliyun/bailian/multi-modal-vector) [ 创建我的API](https://www.showapi.com/playground)

该API支持将文本和图像数据转换为高维向量，适用于多模态数据的相似性计算、检索和分类等任务。通过统一的向量表示，用户可以更高效地处理和分析多模态数据。

**基础配置**

**API\_KEY****\*****[去获取API\_KEY](https://bailian.console.aliyun.com/?tab=api#/api/?type=model&url=https%3A%2F%2Fhelp.aliyun.com%2Fdocument_detail%2F2712195.html&renderType=iframe)

API-Key，例如：Bearer d1\*\*2a

选择接入点：

**POST**

**

**Run

**接入点文档：**[查看](https://bailian.console.aliyun.com/?spm=5176.29597918.nav-v2-dropdown-menu-0.d_main_0_0.60cc7ca0Jb9TKX&scm=20140722.M_10774053._.V_1&tab=api#/api/?type=model&url=https%3A%2F%2Fhelp.aliyun.com%2Fdocument_detail%2F2712517.html)

Run: Ctrl+

↵

接入点描述：将文本、图像或视频转换成一组由浮点数组成的向量，适用于视频分类、图像分类、图文检索等。

**请求参数**

**model****\***

指明需要调用的模型，此处使用multimodal-embedding-v1

**input.contents\[0].image**

图片URL或Base64数据

**input.contents\[1].text**

文本内容

**input.contents\[2].video**

视频URL

**返回结果**

当前为示例返回

**

返回体

返回头

**使用其他软件测试API**

您可以拷贝Curl语句，直接导入Postman进行测试

**拷贝Curl语句