Optional
aliasThe aliased name of the model. If set, this is the name that should be used by clients to refer to that
model in a more convenient or custom manner. When a client provides the alias instead of the official name, the
middleware will map the alias back to the underlying id
(e.g., "gpt-o"
) and execute requests against the
correct model.
Optional
createdThe Unix timestamp (in seconds) when the model configuration was created.
Optional
idThe official provider-specific server-side unique identifier of the model instance.
Optional
metadataContains additional configuration for the model.
Optional
objectThe object type, which is always "model".
Optional
owned_The provider that owns the model. Format: "provider type:provider name".
Optional
uuidThe unique identifier for the model.
Configuration for a model, Large Language Model (LLM) or otherwise, that's available through a configured model provider. For example,
id
could be set to "gpt-o", which is the official server-side name of the model. Thealias
field can be used by clients to refer to that model in a more convenient or custom manner. When a client provides the alias instead of the official name, the middleware will map the alias back to the underlyingid
(e.g.,"gpt-o"
) and execute requests against the correct model.