fix(gateway): align provider restrictions with provider catalog

This commit is contained in:
fawney19
2026-04-17 18:59:13 +08:00
parent cb647d95f9
commit 0ce61bc91c
9 changed files with 262 additions and 38 deletions

View File

@@ -245,6 +245,7 @@ pub(crate) async fn read_global_model_names_for_api_format(
auth_constraints.as_ref(),
&row.provider_id,
&row.provider_name,
&row.provider_type,
) {
continue;
}