Inputs
SelectableOption
Output
Type:List[Dict]
Returns one row per model: provider, model_name.
Fields: provider, model_name
Example:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List the model names accepted by dataforseo_audit_llm_answer, per provider (chat_gpt, claude, gemini, perplexity)
| App | DataForSEO |
| Operation ID | dataforseo_list_llm_models |
| Type | Action |
| Connection | dataforseo (required) |
| Credits per run | Free |
| Agent / MCP tool | Yes |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
provider | string or SelectableOption | No | - | Limit the list to one provider: chat_gpt, claude, gemini or perplexity. Leave empty for all four. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | |
label | string | Yes | - |
List[Dict]
Returns one row per model: provider, model_name.
Fields: provider, model_name
Example:
[
{
"provider": "chat_gpt",
"model_name": "gpt-4.1-mini"
}
]
