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`