POST /v1/网络搜索
在网络上搜索代理和 RAG 工作流程。
POST /v1/网络搜索
在网络上搜索可以作为上下文传递给推理请求的当前信息。
curl https://api.model-gate.com/v1/web-search \
-H "Authorization: Bearer mg_live_..." \
-H "content-type: application/json" \
-d '{"query":"latest quantum computing news","max_results":5}'
| 范围 | 类型 | 描述 |
|---|---|---|
query | 细绳 | 所需的搜索查询 |
max_results | 整数 | 结果数,默认 10 |
使用返回的片段作为上下文 `/v1/消息` 或者 `/v1/chat/completions`。