Streaming + Function-Calling Parity
Function calling shapes differ between OpenAI, Anthropic, Bedrock, and Gemini — the gateway abstracts the wire format so a single client works against three providers.
💡
Tip: Function calling is where provider abstractions usually break. This use case proves the gateway holds the abstraction, including under streaming.
What this use case covers
- A single OpenAI-style tool/function call sent through the gateway and answered correctly by OpenAI, Anthropic, and Bedrock without per-provider client code.
- Streaming function calls — the harder shape, where wire formats diverge most.
- A short wire-format diff showing what the gateway is translating on your behalf.
- The honest gaps: which providers do not yet support which features, and how the gateway surfaces those gracefully.