Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
architecture | components.Architecture | :heavy_check_mark: | N/A | { “instruct_type”: “chatml”, “modality”: “text”, “tokenizer”: “GPT” } |
created | int | :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. |
endpoints | List[components.PublicEndpoint] | :heavy_check_mark: | List of available endpoints for this model | |
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 |