Model Schemas
ModelMapping Object
| Property | Type | Description |
|---|---|---|
model_type | string | The type of the model (e.g., "gpt-4", "claude-3"). |
deployment_id | string | The ID of the service deployment handling this model type. |
JSON Example
{
"model_type": "gpt-4",
"deployment_id": "stack-12345-67890"
}
ModelPermissionStatus Object
| Property | Type | Description |
|---|---|---|
modelId | string | The unique identifier of the model service. |
permissionLevel | string | The permission level for the model ("view" or "admin"). |
JSON Example
{
"modelId": "stack-12345-67890",
"permissionLevel": "view"
}