20 Commits

Author SHA1 Message Date
Hermes Agent
0d0c5b70bd docs: 添加Seedance R2V多模态参考生视频示例 2026-06-17 15:40:50 +08:00
d51018aeff docs: add GET /v1/pricing endpoint to API documentation 2026-06-11 15:59:30 +08:00
677ebae525 docs: add music, TTS, ASR API endpoints to customer-facing documentation
- POST /v1/music/generations: MiniMax Music 2.6/2.5 with lyrics structure tags
- POST /v1/audio/speech: MiniMax Speech 2.6 Turbo/HD, 2.5 HD, F5-TTS
- POST /v1/audio/transcriptions: qwen3-asr-flash, Nvidia parakeet-tdt-0.6b-v2
- Includes curl examples, response formats, model lists, error codes
2026-06-04 14:07:00 +08:00
23816650ab docs: 图像生成API全部改为同步模式,修正响应格式与实际API一致
- 删除所有异步模型描述(qwen-image-plus系列改为同步)
- 修正成功响应:usage字段按实际返回(万象含tokens,千问含宽高)
- 修正失败响应:两种实际格式(参数缺失/模型不存在)
- 修正image URL:dashscope OSS → token.opencomputing.cn/idfile
- 修正size格式:1024x1024 → 1024*1024
- 各模型明细节删除重复的成功/失败响应示例
- /v1/tasks标注仅用于视频生成等异步任务
2026-06-03 23:59:26 +08:00
e1bde5d801 fix: add H1 heading for LLM API section to enable proper sidebar grouping 2026-06-03 10:47:48 +08:00
bf4bc441b1 fix: virtual human API section heading level (H2 -> H1, H3 -> H2) 2026-06-02 17:58:25 +08:00
e64e08da6f fix: close unclosed Bearer token quotes in curl examples (8 lines) 2026-06-02 17:45:17 +08:00
4dc0603d5f docs: add virtual human asset API documentation
- Add 5 virtual human API endpoints (rl_virtual_create_group, rl_virtual_groups, rl_virtual_upload, rl_virtual_status, rl_virtual_assets)
- Include complete request/response examples with curl test cases
- Add virtual human error documentation
- Restore real person asset error documentation
2026-06-02 17:34:15 +08:00
8b05c8628f docs: add curl test examples for all API endpoints in api_doc.md 2026-06-02 17:11:17 +08:00
067b1003e3 docs: fix image/generations general response example to match actual UAPI response 2026-06-02 16:36:13 +08:00
4ac95125d7 docs: fix image generation response format - remove outer wrapper, use direct UAPI response 2026-06-02 16:25:17 +08:00
0d73c74c4d docs: add wan2.7 image models, fix qwen-image response format to match UAPI template 2026-06-02 15:49:44 +08:00
89ff1cdbb3 docs: remove jimeng, cogview and wan-async image models, keep qwen-image only 2026-06-02 15:18:35 +08:00
ad58dab697 docs: add qwen-image-2.0 and qwen-image-plus models to image generation API docs 2026-06-02 15:08:27 +08:00
aa2c553ff0 docs: add GET /v1/models/catelog endpoint to API docs 2026-06-02 11:21:30 +08:00
d65629afb2 bugfix 2026-05-31 15:03:55 +08:00
650d2e6feb docs: add reallife_asset API section to unified api_doc.md 2026-05-31 13:24:31 +08:00
28e538750b docs: 补充catelogid必填参数说明
在图像生成API文档中明确catelogid为必填参数,文生图固定为t2i
2026-05-31 12:28:58 +08:00
84817a6805 docs: 添加图像生成API详细模型参数文档
补充 POST /v1/image/generations 接口的4个生图模型详细参数说明:
- 百炼万象系列(wan2.2-t2i-plus, wan2.5-t2i-preview, wan2.2-t2i-flash)- 异步模式
- 智谱CogView(cogview-3-flash)- 同步模式

包含:输入参数表、可用模型列表、响应示例
2026-05-31 12:28:10 +08:00
915b77cab7 feat: 复制api_doc到dashboard_for_sage供客户用户访问大模型API文档
- 新增 api_doc.ui 和 api_doc.md(从llmage模块复制)
- api_doc.ui中md_url指向/dashboard_for_sage/api_doc.md
- load_path.py注册新路径权限
2026-05-31 10:33:27 +08:00