Models

List models

This endpoint mimics the OpenAI models endpoint format, returning a list of available models with their associated metadata. Each model includes standard OpenAI-compatible fields to ensure compatibility with existing OpenAI client libraries.

get/v1/models

Response

List of available models

objectstring required

The object type, which is always "list"

Changes

Changed in 3 of the 13 revisions of this API.48

  • d714acb641bd14See the full diff
    • the response's body type changed from no type to object for status

      response-body-type-changed

    • api operation id models_handler removed and replaced with models_list

      api-operation-id-removed

    • the endpoint scheme security bearerAuth was added to the API

      api-security-added

    • added the required property to the response with the status

      response-required-property-added

    • added the required property to the response with the status

      response-required-property-added

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

    • api tag Models added

      api-tag-added

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

    • the response's body type changed from object to no type for status

      response-body-type-changed

    • removed the required property from the response with the status

      response-required-property-removed

    • removed the required property from the response with the status

      response-required-property-removed

    • api operation id models_list removed and replaced with models_handler

      api-operation-id-removed

    • the endpoint scheme security bearerAuth was removed from the API

      api-security-removed

    • api tag Models removed

      api-tag-removed

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