The deployment configuration
Field | Type | Required | Description |
---|---|---|---|
id |
str | ✔️ | A unique identifier for the response. Can be used to add metrics to the transaction. |
provider |
str | ✔️ | The provider of the model |
model |
str | ✔️ | The model of the configuration |
type |
Optional[models.DeploymentGetConfigType] | ➖ | The type of the model. Current chat ,completion and image are supported |
version |
str | ✔️ | The current version of the deployment |
messages |
List[models.DeploymentGetConfigDeploymentsMessages] | ✔️ | N/A |
parameters |
models.Parameters | ✔️ | Model Parameters: Not all parameters apply to every model |
tools |
List[models.Tools] | ➖ | A list of tools the model may call. Currently, only functions are supported as a tool. Use this to provide a list of functions the model may generate JSON inputs for. |