Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id | str | :heavy_check_mark: | Unique identifier for the model | openai/gpt-4 |
name | str | :heavy_check_mark: | Display name of the model | GPT-4 |
created | float | :heavy_check_mark: | Unix timestamp of when the model was created | 1692901234 |
description | str | :heavy_check_mark: | Description of the model | GPT-4 is a large multimodal model that can solve difficult problems with greater accuracy. |
architecture | components.Architecture | :heavy_check_mark: | N/A | {"tokenizer": "GPT","instruct_type": "chatml","modality": "text-\u003etext","input_modalities": ["text"],"output_modalities": ["text"]} |
endpoints | List[components.PublicEndpoint] | :heavy_check_mark: | List of available endpoints for this model |