> **平台**: 万维易源 (ShowAPI)
> **接入方式**: 统一 API 网关 (HTTPS POST/GET)
> **认证**: showapi_appid + showapi_sign
> **文档**: https://www.showapi.com/apiGateway/view/3054/3

---
title: "智能对话(流式) - 易源合一 | 万维易源"
canonical_url: "https://www.showapi.com/apiGateway/view/3054/3"
last_updated: "2026-09-12T03:39:47.186Z"
meta:
  description: 流式调用是一种处理连续数据流的技术，支持数据以块形式逐个传输，无需等待完整数据集加载到内存，数据块以换行符分隔，包含事件与响应信息。
  keywords: "智能对话(流式),ONE-API意图分析,AI intent analysis,ONE-API,streaming data,image recognition,text analysis,chatbots,robotics,API integration,smart recognition,user experience,enterprise API services,API data integration,API solutions,interface services,AI-powered APIs,command processing,intent detection,advanced robotics,intelligent chat,efficient API calls,high-quality output,customer engagement,API call platform,API industry trends,continuous data flow,人工智能,图像识别,指令响应,对话机器人,文本分析,showapi，万维易源，易源接口，api开放平台，开放api，api大全，api接口，接口中心，接口大全，开放平台，api，大数据，接口，API"
  "og:description": 流式调用是一种处理连续数据流的技术，支持数据以块形式逐个传输，无需等待完整数据集加载到内存，数据块以换行符分隔，包含事件与响应信息。
  "og:title": "智能对话(流式) - 易源合一"
---

*

*

*

# **易源合一**

**官方自营**

一个入口调用多种API，智能识别用户意图，整合万维易源数据，提供针对性解决方案。

[人工智能](https://www.showapi.com/market?search=%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD) [图像识别](https://www.showapi.com/market?search=%E5%9B%BE%E5%83%8F%E8%AF%86%E5%88%AB) [指令响应](https://www.showapi.com/market?search=%E6%8C%87%E4%BB%A4%E5%93%8D%E5%BA%94) [对话机器人](https://www.showapi.com/market?search=%E5%AF%B9%E8%AF%9D%E6%9C%BA%E5%99%A8%E4%BA%BA) [文本分析](https://www.showapi.com/market?search=%E6%96%87%E6%9C%AC%E5%88%86%E6%9E%90)

已选规格

￥**50.00**元

自购买起有效期 12 个月

专用资源包0.00元 50.00元 300.00元 1200.00元 4800.00元 查看全部规格 ›

支持****通用资源包****：充值通用资源包后可直接调用含本接口在内的全站付费接口，无需单独购买专用资源包 [**去充值 ›**](https://www.showapi.com/ai/llm/recharge)

在线调试 立即购买

**官方自营**

易源官方提供，长期稳定运营

<dl>

<dt>服务商</dt>
<dd>昆明秀派科技有限公司</dd>

<dt>电话</dt>
<dd>400-998-8033</dd>

<dt>QQ</dt>
<dd>4009988033</dd>

<dt>邮箱</dt>
<dd>[service@showapi.com](mailto:service@showapi.com)</dd>

</dl>

<dl>

<dt>所属分类</dt>
<dd>文本语言</dd>

<dt>接入点</dt>
<dd>3 个</dd>

<dt>请求方式</dt>
<dd>POST</dd>

<dt>返回格式</dt>
<dd>JSON</dd>

</dl>

**智能对话(流式)**

接入点说明

```
流式调用是一种处理连续数据流的技术，支持数据以块形式逐个传输，无需等待完整数据集加载到内存，数据块以换行符分隔，包含事件与响应信息。
```

接口地址

https://route.showapi.com/3054-3?appKey={your\_appKey} [查看密钥](https://www.showapi.com/console#/myApp) [调用帮助](https://www.showapi.com/helpcenter/view#/3960/1)

返回格式JSON

请求方式POST

**请求参数**

**Header 参数**

| |
|

| |
|

**Post 表单**

| |
|

| |
|
| |

**返回参数**查看公共返回参数

该接口为**透传模式**，直接返回服务商原始数据，**无 showapi\_res\_body 封装**。

**返回体**

| |
|

| |
|
| |
| |
| |

**请求示例**

[查看我的 appKey](https://www.showapi.com/console#/myApp) [查看使用向导](https://www.showapi.com/helpcenter/view#/3960/1) [Python / Java 等多语言示例](https://www.showapi.com/apitest/market/3054/3)

cURL 复制

```
curl -X POST "https://route.showapi.com/3054-3?appKey=YOUR_APPKEY" \
  -H "content-type: application/x-www-form-urlencoded" \
  -d "text=%E5%B8%AE%E6%88%91%E6%9F%A5%E6%89%BE%E4%B8%80%E4%B8%8B%E6%98%86%E6%98%8E%E4%BB%8A%E5%A4%A9%E7%9A%84%E5%A4%A9%E6%B0%94&args_list=%5B%22https%3A%2F%2Ftest.xxxxx.com%2Fabc.jpg%22%5D"
```

**返回示例**

JSON 复制

```
[
{
  "id":"test13456",
  "event":"add",
  "data":'{"reply_msg":{"text":"这里","img_list":{},"audio_list":{},"video_list":{}},"intent":{"args":{},"name":"default"},"result":{},"ret_code":0}'
},
  {
  "id":"test13456",
  "event":"finish",
  "data":'{"reply_msg":{"text":"只是一个参考，实际内容以接口调用为准","img_list":{},"audio_list":{},"video_list":{}},"intent":{"args":{},"name":"default"},"result":{},"ret_code":0}'
}
]
```

**MCP 服务集成**接口级

在 Cherry Studio、ChatBox 等支持 MCP 的客户端中配置，将 {your\_appKey} 替换为真实 AppKey（ [AppKey 管理](https://www.showapi.com/console#/myApp)）。该服务覆盖本接口全部接入点。

MCP JSON 复制

```
{
  "mcpServers": {
    "showapi-mcp-3054": {
      "url": "http://www.showapi.com.cn/mcp/3054/{your_appKey}"
    }
  }
}
```

**OpenAPI 文档**接口级

标准 OpenAPI 3.0 文档，覆盖本接口全部接入点，可导入 Apifox / Postman / Swagger UI，或供 AI Agent 直接消费。

[在线查看 YAML](https://www.showapi.com/openapi/market/3054.yaml) [下载 YAML](https://www.showapi.com/openapi/market/3054.yaml) [查看 JSON](https://www.showapi.com/openapi/market/3054.json)