Execute live prompt tests across frontier LLMs (ChatGPT GPT-5, Claude Sonnet 4.5, Gemini 2.5 Pro, Sonar) with web search grounding and citation extraction.
About this model
AI Responses executes live prompts through DataForSEO to top frontier LLMs (GPT-5, Claude Sonnet 4.5, Gemini 2.5 Pro, and Perplexity Sonar Reasoning Pro) with optional real-time web search grounding, returning the full answer text, token count, and extracted citation links.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | From $0.0250 per live prompt test | Includes model generation fee and optional web search cost with dynamic reconciliation. |
Includes model generation fee and optional web search cost with dynamic reconciliation.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Prompt | string | Prompt or query to test against the target AI model. | What are the top generative AI platforms in 2026? |
| Model | Enum (4 options) | Target frontier AI model to run the prompt test against. | gpt-5 |
| Enable Web Search | boolean | Enable live web search grounding during answer generation. | false |
| Max Output Tokens | integer | Maximum tokens in generated response (2000-4000; the underlying provider rejects lower values). | 2000 |
| Search Country | Enum (213 options) | Optional country targeting for web search results. | - |
Prompt or query to test against the target AI model.
What are the top generative AI platforms in 2026?Target frontier AI model to run the prompt test against.
gpt-5Enable live web search grounding during answer generation.
falseMaximum tokens in generated response (2000-4000; the underlying provider rejects lower values).
2000Optional country targeting for web search results.
-Developer documentation
gpt-5, claude-sonnet-4-5, gemini-2.5-pro, or sonar-reasoning-pro.web_search: true for live search grounding.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
}'
Frequently asked
`gpt-5` (OpenAI ChatGPT), `claude-sonnet-4-5` (Anthropic Claude), `gemini-2.5-pro` (Google Gemini), and `sonar-reasoning-pro` (Perplexity Sonar).
When web search is enabled, the API parses model annotations and returns structured citation objects containing title, URL, domain, and snippet.