gateway
gateway copied to clipboard
A blazing fast AI Gateway with integrated guardrails. Route to 200+ LLMs, 50+ AI Guardrails with 1 fast & friendly API.
## Description This PR adds a fix for bedrock messagesUtils where we did not handle empty tool calls before. ## Motivation This was needed to fix claude code failing calls...
## Description This PR adds thinking parameter support for Ollama provider ## Motivation -- ## Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) -...
noticed that the openai chat complete base transforms are missing a few parameters like `top_logprobs` and `parallel_tool_calls` I've used the openai caht complete transformation config and I've added a line...
### What Happened? User report verbatim > Hi Portkey team, I've just noticed that the top_logprobs don't seem to be available when I'm calling a finetuned version of gemini. They...
## Description New Gateway strategy: Sample Quick info: The sample strategy fans out a single gateway request to multiple targets in parallel and returns the first-success response. It’s useful for...
### What Would You Like to See with the Gateway? This time I checked that Cerebras does still support text completion endpoints. https://inference-docs.cerebras.ai/api-reference/completions Any plans to support it? Thanks! ###...
…on runtime ## Description ## Motivation ## Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds...
improved cache handling with methods to use the default cache in different environments (node, workerd) please merge this after APM changes https://github.com/Portkey-AI/gateway/pull/1394 (this branch has changes from that branch merged)
## Description ## Motivation ## Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) -...