You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Groq BYOK support: Client-supplied Groq API keys are now passed through correctly. Previously, only injected credentials were supported for Groq; the gateway would silently ignore any header the client provided.
Fixed
DeepSeek credential injection: DeepSeek inline credentials configured in the console now inject correctly into outbound requests. A missing provider registry entry caused the auto-rule to be skipped at startup, leaving requests unauthenticated.
Together AI provider integration: The Together AI provider integration now routes to the correct endpoint (). The previous configuration referenced the deprecated domain.
BYOK keys silently ignored: When a provider integration was enabled alongside a BYOK credential, client-supplied API keys were being silently ignored and the injected credential was used instead. Passthrough rules now fire at the correct priority so client-supplied keys are honoured.