Skip to main content

Model Schemas

ModelMapping Object

PropertyTypeDescription
model_typestringThe type of the model (e.g., "gpt-4", "claude-3").
deployment_idstringThe ID of the service deployment handling this model type.

JSON Example

{
"model_type": "gpt-4",
"deployment_id": "stack-12345-67890"
}

ModelPermissionStatus Object

PropertyTypeDescription
modelIdstringThe unique identifier of the model service.
permissionLevelstringThe permission level for the model ("view" or "admin").

JSON Example

{
"modelId": "stack-12345-67890",
"permissionLevel": "view"
}