在前沿 LLM 上执行实时prompt测试(ChatGPT GPT-5、Claude Sonnet 4.5、Gemini 2.5 Pro、Sonar),并使用网页搜索 grounding 和引用提取。
About this model
AI Responses 通过 DataForSEO 向顶尖前沿 LLM(GPT-5、Claude Sonnet 4.5、Gemini 2.5 Pro 和 Perplexity Sonar Reasoning Pro)执行实时prompt,并可选用实时网页搜索 grounding,返回完整回答文本、token 数量和提取出的引用链接。
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | From $0.0250 per live prompt test | 包含模型生成费用和可选的网络搜索费用,并动态核对实际费用。 |
包含模型生成费用和可选的网络搜索费用,并动态核对实际费用。
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Prompt | string | 用于向目标 AI 模型发起测试的prompt或查询。 | What are the top generative AI platforms in 2026? |
| 模型 | Enum (4 options) | 用于运行prompt测试的目标前沿 AI 模型。 | gpt-5 |
| 启用网页搜索 | boolean | 生成回答时启用实时网页搜索依据。 | false |
| 最大输出 Token 数 | integer | 生成响应中的最大 Token 数(2000-4000;底层提供商会拒绝更低的值)。 | 2000 |
| 搜索国家或地区 | Enum (213 options) | Optional country targeting for web search results. | - |
用于向目标 AI 模型发起测试的prompt或查询。
What are the top generative AI platforms in 2026?用于运行prompt测试的目标前沿 AI 模型。
gpt-5生成回答时启用实时网页搜索依据。
false生成响应中的最大 Token 数(2000-4000;底层提供商会拒绝更低的值)。
2000Optional country targeting for web search results.
-Developer documentation
gpt-5、claude-sonnet-4-5、gemini-2.5-pro 或 sonar-reasoning-pro。web_search: true 设置为使用实时搜索 grounding。@@BT@bash curl -X POST https://api.muapi.ai/api/v1/seo-ai-response \ -H "x-api-key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "prompt": "What are the best generative AI platforms in 2026?", "model": "gpt-5", "web_search": true, "max_tokens": 1000 }' @@BT@
Frequently asked
`gpt-5`(OpenAI ChatGPT)、`claude-sonnet-4-5`(Anthropic Claude)、`gemini-2.5-pro`(Google Gemini)和 `sonar-reasoning-pro`(Perplexity Sonar)。
启用网页搜索后,API 会解析模型注释,并返回包含标题、URL、域名和摘要的结构化引用对象。