feat: configure auth channel mismatch formats

This commit is contained in:
fawney19
2026-05-03 00:49:22 +08:00
parent 3a770306cc
commit e3ea2d1451
63 changed files with 585 additions and 39 deletions

View File

@@ -470,6 +470,7 @@ CREATE TABLE IF NOT EXISTS public.provider_api_keys (
note character varying(500),
internal_priority integer DEFAULT 50,
rpm_limit integer,
concurrent_limit integer,
allowed_models json,
capabilities json,
learned_rpm_limit integer,
@@ -497,6 +498,7 @@ CREATE TABLE IF NOT EXISTS public.provider_api_keys (
provider_id character varying(36) NOT NULL,
api_formats json,
auth_type_by_format json,
allow_auth_channel_mismatch_formats json,
rate_multipliers json,
health_by_format jsonb,
circuit_breaker_by_format jsonb,