cURL
curl --request GET \ --url https://app.getpaperjet.com/api/v1/admin/models \ --header 'x-api-key: <api-key>'
[ { "id": "<string>", "provider": "<string>", "providerApiKey": "<string>", "modelName": "<string>", "displayName": "<string>", "baseUrl": "<string>" } ]
List all models
Was this page helpful?