Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://server.promptwatch.com/api/v1/models
{ "models": [ { "id": "<string>", "label": "<string>", "provider": "<string>", "providerName": "<string>", "modelName": "<string>", "apiIdentifier": "<string>", "description": "<string>", "searchEnabled": true, "liveSearch": true, "deprecated": true } ], "total": 123 }
List all available LLM models supported by Promptwatch
Include deprecated models in the response
Default Response
List of available models
Show child attributes
Total number of models returned