Extra fields for fine-tuned models.
| Field | Type | Required | Description |
|---|---|---|---|
id |
str | ✔️ | N/A |
object |
Optional[str] | ➖ | N/A |
created |
Optional[int] | ➖ | N/A |
owned_by |
Optional[str] | ➖ | N/A |
capabilities |
models.ModelCapabilities | ✔️ | This is populated by Harmattan, but some fields have a name that we don't want to expose in the API. |
name |
OptionalNullable[str] | ➖ | N/A |
description |
OptionalNullable[str] | ➖ | N/A |
max_context_length |
Optional[int] | ➖ | N/A |
aliases |
List[str] | ➖ | N/A |
deprecation |
date | ➖ | N/A |
deprecation_replacement_model |
OptionalNullable[str] | ➖ | N/A |
default_model_temperature |
OptionalNullable[float] | ➖ | N/A |
type |
Literal["fine-tuned"] | ✔️ | N/A |
job |
str | ✔️ | N/A |
root |
str | ✔️ | N/A |
archived |
Optional[bool] | ➖ | N/A |