List available models
--api-key.--api-key)Format: Bearer YOUR_API_KEY"list"Authorization header/v1/models endpoint:
Single Model
Model ID
Owned By
"owned_by": "hypergen" instead of OpenAI’s organization names.No Model Details
| Field | Type | Description |
|---|---|---|
object | string | Always "list" |
data | array | Array of model objects (always contains 1 item) |
| Field | Type | Description |
|---|---|---|
id | string | Model identifier from server startup |
object | string | Always "model" |
created | integer | Unix timestamp (current time) |
owned_by | string | Always "hypergen" |
id returned matches what was passed to hypergen serve:
Cache Model Information
Use for Configuration
Validation
Error Handling