AIUI文档中心
AIUI文档导览
1. AIUI平台服务
1.1 AIUI平台介绍
1.2 AIUI应用介绍
1.3 AIUI服务链路介绍
1.4 AIUI平台能力概述
1.5 快速体验
2. AIUI应用配置
2.1 应用发布
2.2 语义精简协议介绍
2.3 基础配置
2.4 语义模型配置
2.5 回复角色配置
2.6 语音识别配置
2.7 结构化语义配置
2.8 星火大模型配置
2.9 语音合成配置
2.10 应用后处理配置
2.11 三方大模型配置
3. AIUI SDK开发
3.1 AIUI SDK接入流程
3.2 AIUI SDK基础信息
3.2.1 SDK接口说明
3.2.2 参数配置说明
3.2.3 消息事件说明
3.2.4 SDK状态说明
3.2.5 数据发送方式
3.2.6 回调解析说明
3.2.7 交互结果协议说明
3.3 AIUI SDK基础能力
3.3.1 流式识别
3.3.2 离线识别
3.3.3 语音唤醒
3.3.4 语音合成
3.3.5 用户个性化
3.3.6 自定义参数
3.4 传统语义链路接入
3.4.1 链路配置说明
3.4.2 个性化数据使用
3.5 通用大模型链路接入
3.5.1 链路配置说明
3.5.2 个性化数据使用
3.5.3 超拟人合成
3.5.4 声音复刻
3.6 极速超拟人链路接入
3.6.1 链路配置说明
3.6.2 个性化数据使用
3.6.3 流式合成
3.6.4 声音复刻
3.6.5 RTOS系统SDK接入
3.7 错误码列表
3.8 发音人列表
4. AIUI API开发
4.1 传统语义链路
4.1.1 交互API
4.1.2 用户个性化API
4.1.3 合成能力使用
4.2 通用大模型链路
4.2.1. 服务鉴权
4.2.2 交互API
4.2.3 用户个性化API
4.2.4 声音复刻API
4.2.5 合成能力使用
4.3 极速超拟人链路
4.3.1 服务鉴权
4.3.2 交互API
4.3.3 用户个性化API
4.3.4 声音复刻API
4.3.5 合成能力使用
5. 自定义业务
技能工作室概述
名词解析
技能
意图和语料
实体
动态实体
模糊匹配
填槽对话
技能设计规范
语音技能设计规范
开放技能接入审核规范
开放技能图标图片规范
技能开发
创建技能和意图
意图配置
技能测试
技能发布
技能后处理
技能导入导出
云函数APIv2.1
云函数APIv2.0
智能体开发
智能体对接
问答库开发
语句问答
关键词问答
文档问答
设备人设开发
技能协议
语义协议:重要字段和通用字段
技能后处理协议:标准请求
技能后处理协议:请求校验
技能后处理协议:Request_v2.1协议
技能后处理协议:Response_v2.1协议
技能资源限制
6. 硬件模组
RK3328 降噪板
RK3328降噪板白皮书
RK3328降噪板使用手册
RK3328降噪板规格书
RK3328降噪板协议手册
RK3328 AIUI评估板开发套件
RK3328评估板白皮书
RK3328评估板使用手册
RK3328评估板规格书
RK3328评估板开发手册
RK3588 AIUI多模态开发套件
RK3588一体机多模态产品规格书
RK3588多模态套件使用手册
视频传输协议
识别语义传输协议
音频传输协议
ZG803 离线语音识别套件
ZG803 产品白皮书
USB声卡套件
USB声卡产品白皮书
USB声卡使用指南
AC7911 AIUI语音开发套件
AC7911-产品白皮书
AC7911-快速体验指南
AC7911-开发指南
AC7911-协议手册
AC7911-硬件参数
AIUI评估板接入
集成方式
软件包说明
AIUIServiceKitSDK
串口SDK
评估板参数配置
调试升级
7. 常见问题处理
7.1 AIUI常见问题
7.2 评估板常见问题
7.3 动态实体常见问题
8. 联系方式
9. 服务条款
AIUI开放平台服务协议
AIUI开放平台隐私政策
小飞在家用户协议
小飞在家隐私政策
小飞在家开源软件使用许可
讯飞账号隐私政策
讯飞账号用户协议
讯飞带屏音箱用户协议
讯飞带屏音箱隐私政策
AIUI SDK隐私政策
AIUI SDK合规使用说明
本文档使用 MrDoc 发布
-
+
首页
1. AIUI平台服务
<div class="aiui-service-container" style="width: 100%; margin: 0 auto; box-sizing: border-box;"> <!-- 原生折叠容器 --> <details class="aiui-details" open style="width: 100%; margin: 8px 0 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.08); background-color: white;"> <!-- 折叠触发器 --> <summary class="aiui-summary" style="display: flex; list-style: none; cursor: pointer; outline: none; transition: all 0.3s ease;"> <div style="display: flex; width: 100%;"> <!-- 左侧图标区域 --> <div style="background-color: #0969DA90; padding: 16px; display: flex; align-items: center; justify-content: center; min-width: 60px; font-size: 33px; color: white; transition: background-color 0.3s ease;"> ♨ </div> <!-- 右侧内容区域 --> <div style="flex: 1; padding: 16px; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff !important; transition: background-color 0.3s ease;"> <div> <h2 style="font-size: 1.25rem; font-weight: 600; color: #0969DA; margin: 0 0 5px 0;">AIUI平台服务</h2> <p style="color: #36548B; margin: 0; line-height: 1.5;">对AIUI平台服务架构、能力模块及服务链路提供详细说明,并指导开发者快速上手体验!</p> </div> <!-- 折叠箭头图标 --> <span class="aiui-arrow" style="display: inline-block; width: 20px; height: 20px; transition: transform 0.3s ease; color: #0969DA;">▼</span> </div> </div> </summary> <!-- 折叠内容 --> <div class="aiui-grid" style="display: grid; grid-template-columns: 1fr; gap: 12px; padding: 10px; max-width: 100%; margin: 0 auto; border-top: 1px solid #f0f7ff;"> <!-- 卡片1 --> <a href="https://aiui-doc.xf-yun.com/project-1/doc-770/" target="_blank" style="text-decoration: none; color: #0969DA; display: block;"> <div class="aiui-card" style="display: flex; flex-direction: column; height: 100%; background: white; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); overflow: hidden; transition: all 0.3s ease; cursor: pointer; border-left: 5px solid #e6f0ff;"> <div style="flex-grow: 1; padding: 15px 18px; display: flex; flex-direction: column; line-height: 1.6;"> <h3 style="font-size: 1.1rem; font-weight: 600; color: #666; margin: 0 0 6px 0;">AIUI平台介绍</h3> <p style="color: #666; margin: 0; flex-grow: 1; line-height: 1.4;">介绍AIUI平台服务架构,并提供在离线模块能力说明</p> </div> </div> </a> <!-- 卡片2 --> <a href="https://aiui-doc.xf-yun.com/project-1/doc-769/" target="_blank" style="text-decoration: none; color: #0969DA; display: block;"> <div class="aiui-card" style="display: flex; flex-direction: column; height: 100%; background: white; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); overflow: hidden; transition: all 0.3s ease; cursor: pointer; border-left: 5px solid #e6f0ff;"> <div style="flex-grow: 1; padding: 15px 18px; display: flex; flex-direction: column; line-height: 1.6;"> <h3 style="font-size: 1.1rem; font-weight: 600; color: #666; margin: 0 0 6px 0;">AIUI应用介绍</h3> <p style="color: #666; margin: 0; flex-grow: 1; line-height: 1.4;">AIUI平台发展至今,不同应用版本与服务链路关系说明</p> </div> </div> </a> <!-- 卡片2 --> <a href="https://aiui-doc.xf-yun.com/project-1/doc-403/" target="_blank" style="text-decoration: none; color: #0969DA; display: block;"> <div class="aiui-card" style="display: flex; flex-direction: column; height: 100%; background: white; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); overflow: hidden; transition: all 0.3s ease; cursor: pointer; border-left: 5px solid #e6f0ff;"> <div style="flex-grow: 1; padding: 15px 18px; display: flex; flex-direction: column; line-height: 1.6;"> <h3 style="font-size: 1.1rem; font-weight: 600; color: #666; margin: 0 0 6px 0;">AIUI服务链路介绍</h3> <p style="color: #666; margin: 0; flex-grow: 1; line-height: 1.4;">详细介绍传统语义交互链路、通用大模型交互链路、极速超拟人交互链路的区别</p> </div> </div> </a> <!-- 卡片2 --> <a href="https://aiui-doc.xf-yun.com/project-1/doc-402/" target="_blank" style="text-decoration: none; color: #0969DA; display: block;"> <div class="aiui-card" style="display: flex; flex-direction: column; height: 100%; background: white; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); overflow: hidden; transition: all 0.3s ease; cursor: pointer; border-left: 5px solid #e6f0ff;"> <div style="flex-grow: 1; padding: 15px 18px; display: flex; flex-direction: column; line-height: 1.6;"> <h3 style="font-size: 1.1rem; font-weight: 600; color: #666; margin: 0 0 6px 0;">AIUI平台能力概述</h3> <p style="color: #666; margin: 0; flex-grow: 1; line-height: 1.4;">介绍AIUI平台核心能力。</p> </div> </div> </a> <!-- 卡片2 --> <a href="https://aiui-doc.xf-yun.com/project-1/doc-2/" target="_blank" style="text-decoration: none; color: #0969DA; display: block;"> <div class="aiui-card" style="display: flex; flex-direction: column; height: 100%; background: white; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); overflow: hidden; transition: all 0.3s ease; cursor: pointer; border-left: 5px solid #e6f0ff;"> <div style="flex-grow: 1; padding: 15px 18px; display: flex; flex-direction: column; line-height: 1.6;"> <h3 style="font-size: 1.1rem; font-weight: 600; color: #666; margin: 0 0 6px 0;">快速体验</h3> <p style="color: #666; margin: 0; flex-grow: 1; line-height: 1.4;">基于SDK下载和配置快速体验。</p> </div> </div> </a> </div> </details> </div> <style> /* 限制样式仅作用于当前组件,避免影响其他内容 */ .aiui-service-container { position: relative; z-index: 1; } /* 移除默认箭头并优化折叠样式 */ .aiui-details > .aiui-summary::-webkit-details-marker { display: none; } /* 展开状态下的箭头旋转效果 */ .aiui-details[open] > .aiui-summary .aiui-arrow { transform: rotate(180deg); } /* 卡片悬停效果 */ .aiui-card { min-width: 300px; width: 100%; /* 配合网格自适应 */ transition: all 0.3s ease; } .aiui-card:hover { box-shadow: 0 8px 16px rgba(9, 105, 218, 0.2); transform: translateY(-2px); border-left-color: #0969DA90 !important; } /* 确保网格行内卡片高度一致 */ .aiui-grid { align-items: stretch; grid-auto-rows: 1fr; } /* 响应式调整 - 仅作用于当前组件的网格 */ @media (max-width: 600px) { .aiui-card { border-left-width: 4px !important; } .aiui-card > div[style*="padding: 15px 18px"] { padding: 12px 15px !important; } .aiui-grid { grid-template-columns: 1fr !important; } } @media (min-width: 768px) and (max-width: 1023px) { .aiui-grid { grid-template-columns: 1fr !important; max-width: 800px; /* 可选:限制最大宽度避免过宽 */ margin: 0 auto; /* 居中显示 */ } } @media (min-width: 1024px) { .aiui-grid { grid-template-columns: 1fr 1fr !important; max-width: 1200px; /* 可选:增加最大宽度 */ margin: 0 auto; } } </style>
admin
2025年9月15日 19:37
转发文档
收藏文档
上一篇
下一篇
手机扫码
复制链接
手机扫一扫转发分享
复制链接
Markdown文件
分享
链接
类型
密码
更新密码