> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aihubmix.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Available Models

> Returns the list of models that the current user is allowed to use

## Request Parameters

### Request Headers

<ResponseField type="string" required>
  Authentication for the request. This API uses the AIHubMix Manage Key for authentication.
</ResponseField>

<ResponseField type="string">
  The content type of the request. This parameter must be set to application/json.
</ResponseField>

## Response Parameters

<ResponseField name="data" type="array">
  List of models.

  <ResponseField name="model" type="string">
    Model name.
  </ResponseField>

  <ResponseField name="developer_id" type="integer">
    Model developer ID.
  </ResponseField>

  <ResponseField name="order" type="integer">
    Model order.
  </ResponseField>
</ResponseField>

<ResponseField name="success" type="boolean">
  Indicates success.
</ResponseField>

<ResponseField name="message" type="string">
  Message (may be empty). Returns the reason for failure if the request fails.
</ResponseField>

***

Last updated: 2026-06-01
