深度搜索模型(deepsearch)

深度搜索文档

post

深度搜索模型文档

头参数
Content-Typestring必填Example: application/json
Authorizationstring必填Example: Bearer {{ API Key}}
请求体
modelstring必填

选择请求模型: o3fan-deepsearch-v3

streamboolean必填

是否流式响应,已启用时开启流式输出

Default: true
introductionstring可选

设定研究智能体的角色和口吻

domain_scopestring[]可选

自定义搜索网站,限定范围内研究(英文逗号分隔)。

domain_blackliststring[]可选

搜索网站黑名单,排除特定网站的内容(英文逗号分隔)。例如:csdn.net,baidu.com,...

output_promptstring可选

自定义输出提示词,覆盖output_type的默认提示词。支持嵌入 {{introduction}} / {{output_length}} / {{content}} 占位符,content为用户提问。

reference_stylestring可选

指定引用文献的输出格式,默认为 link。可选值:hidden(隐藏所有引用标记);character(纯文本标记格式[1]);link(markdown链接标记格式1)

important_keywordsstring[]可选

重点关键词,设置推广的关键词,最多20个(英文逗号分隔)。

max_depthinteger可选

研究的最大深度,建议在25轮为最佳

Default: 25
响应
chevron-right
200成功
application/json
object可选
post
/v1/chat/completions
200成功

最后更新于