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