Skip to content

v1.0.6

Choose a tag to compare

@keith-axe keith-axe released this 16 Jun 02:28

Added

  • 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.