Model Catalog

Retrieve a model catalog entry

Retrieves a single catalog entry by its id, <provider>/<model> (for example openai/gpt-4o). Unlike the list endpoints this also resolves deprecated models; check deprecated and deprecation on the response.

get/v2/model-catalog/{id}

Path parameters

idstring required

Catalog identifier, <provider>/<model> (for example openai/gpt-4o).

Catalog identifier, <provider>/<model> (for example openai/gpt-4o).

Response

OK

Changes

Changed in 2 of the 257 revisions of this API.1314

  • be3fe58ce3891313See the full diff
    • the model/allOf[Model]/artificial_intelligence response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the model/allOf[Model]/supported_parameters/items/ response's property type/format changed from object/ to string/ for status 200

      response-property-type-changed

    • removed the required property model/allOf[Model]/knowledge_cutoff from the response with the 200 status

      response-required-property-removed

    • removed the required property model/allOf[Model]/provider/allOf[ModelProvider]/docs_url from the response with the 200 status

      response-required-property-removed

    • removed the required property model/allOf[Model]/provider/allOf[ModelProvider]/name from the response with the 200 status

      response-required-property-removed

    • removed the required property model/allOf[Model]/provider/allOf[ModelProvider]/pricing_url from the response with the 200 status

      response-required-property-removed

    • removed the required property model/allOf[Model]/release_date from the response with the 200 status

      response-required-property-removed

    • removed the required property model/allOf[Model]/status from the response with the 200 status

      response-required-property-removed

    • removed the required property model/allOf[Model]/supported_parameters/items/description from the response with the 200 status

      response-required-property-removed

    • removed the required property model/allOf[Model]/supported_parameters/items/name from the response with the 200 status

      response-required-property-removed

    • removed the required property model/allOf[Model]/supported_parameters/items/parameter from the response with the 200 status

      response-required-property-removed

    • removed the required property model/allOf[Model]/supported_parameters/items/type from the response with the 200 status

      response-required-property-removed

    • removed the required property model/allOf[Model]/type from the response with the 200 status

      response-required-property-removed

    • removed the optional property model/allOf[Model]/max_output_tokens from the response with the 200 status

      response-optional-property-removed

    • removed ModelArtificialAnalysis from the model/allOf[Model]/artificial_intelligence response property allOf list for the response status 200

      response-property-all-of-removed

    • added the required property model/allOf[Model]/deprecated to the response with the 200 status

      response-required-property-added

    • added the required property model/allOf[Model]/features to the response with the 200 status

      response-required-property-added

    This revision also has 175 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added

Of the 257 revisions, 71 have no diff computed.