diff --git a/autogpt_platform/frontend/src/app/api/openapi.json b/autogpt_platform/frontend/src/app/api/openapi.json index 9665df9dc1..ce37907d4f 100644 --- a/autogpt_platform/frontend/src/app/api/openapi.json +++ b/autogpt_platform/frontend/src/app/api/openapi.json @@ -10346,6 +10346,11 @@ "title": "Max Output Tokens" }, "price_tier": { "type": "integer", "title": "Price Tier" }, + "is_enabled": { + "type": "boolean", + "title": "Is Enabled", + "default": true + }, "is_recommended": { "type": "boolean", "title": "Is Recommended",