{ "opencollection": "1.0.0", "info": { "name": "Perplexity AI Agent Models API", "version": "1.0.0" }, "items": [ { "info": { "name": "Models", "type": "folder" }, "items": [ { "info": { "name": "List Models", "type": "http" }, "http": { "method": "GET", "url": "https://api.perplexity.ai/v1/models" }, "docs": "List the models available for the Agent API. Returns model identifiers that can be used with the `POST /v1/agent` endpoint. The response follows the OpenAI List Models format for compatibility with third-party tools." } ] } ], "bundled": true }