Endpoint: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.
GET /v1/models
- With user log-in, retrieves available models for the user’s group; without login, retrieves available models for the default group.
- If an Authorization field exists in the header, the system queries the model list configured for the corresponding token.
Response
| Status Code | Description | Details | Data Model |
|---|---|---|---|
| 200 | OK | none | Inline |
Response Data Structure
Status Code 200| Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
| » data | [object] | true | none | none | |
| »» id | string | true | none | Model ID | none |
| »» object | string | true | none | model | none |
| »» created | integer | true | none | Creation Time | none |
| »» owned_by | string | true | none | Developer | none |
| »» permission | [object]¦null | true | none | none | |
| »»» id | string | true | none | none | |
| »»» object | string | true | none | none | |
| »»» created | integer | true | none | none | |
| »»» allow_create_engine | boolean | true | none | none | |
| »»» allow_sampling | boolean | true | none | none | |
| »»» allow_logprobs | boolean | true | none | none | |
| »»» allow_search_indices | boolean | true | none | none | |
| »»» allow_view | boolean | true | none | none | |
| »»» allow_fine_tuning | boolean | true | none | none | |
| »»» organization | string | true | none | none | |
| »»» group | null | true | none | none | |
| »»» is_blocking | boolean | true | none | none | |
| »» root | string | true | none | Model Name | none |
| »» parent | null | true | none | Parent Node | none |