Skip to content

Retrieve Model

  • Endpoint: GET https://api.olddog.shop/v1/models/{model}
  • Authentication: Authorization: Bearer <API_KEY>

Retrieve a model object by model ID (compatible with OpenAI Models Retrieve).

Path parameters

NameTypeRequiredDescription
modelstringYesModel ID, e.g. gpt-4o-mini.

cURL example

bash
curl --request GET "https://api.olddog.shop/v1/models/gpt-4o-mini" \
  --header "Authorization: Bearer $OLD_DOG_API_KEY"