gateway icon indicating copy to clipboard operation
gateway copied to clipboard

A blazing fast AI Gateway with integrated guardrails. Route to 200+ LLMs, 50+ AI Guardrails with 1 fast & friendly API.

Results 320 gateway issues
Sort by recently updated
recently updated
newest added
trafficstars

## Description This PR adds VeenaMAX TTS (Text-to-Speech) provider integration ## Type of Change Changes Made Core Integration Files src/providers/veenamax/api.ts - API configuration with base URL, headers, and endpoint mapping...

### What Happened? Yo guys! When do request to anthropic provider (with **streaming disabled**), response got enriched with `content-length` header along with `transfer-encoded: chunk` header, which causes error on the...

bug
triage

Brief tail instability observed during upstream turbulence. Short p95/p99 expansion with transient 5xx bursts and queue-length amplification via retries, likely self-exciting during provider error spikes. Observed via public status at...

triage

### What Happened? When calling the gemini-2.5-pro model API, we occasionally receive an empty response body, as shown below: { "body": { "id": "", "object": "", "created": "", "choices": [],...

bug
triage

## Description This PR fixes the `ResponseService.updateHeaders` method to not try to mutate response headers, since it is forbidden by the `fetch` [spec](https://fetch.spec.whatwg.org/#headers-guard). Resolves https://github.com/Portkey-AI/gateway/issues/1389. ## Motivation Users who install...

### What Happened? When I use a version of `@hono/node-server` greater than `1.14.2`, I get an error response when calling `/v1/chat/completions`: ```json {"status":"failure","message":"Something went wrong"} ``` In the AI Gateway...

bug
triage

### What Would You Like to See with the Gateway? Hi AI/gateway team, We're n1n API, and we offer a robust API that provides access to 400+ large language models...

enhancement
triage

### What Happened? Portkey gateway running in Alpine-based docker container fails to resolve some DNS queries for external services, causing connectivity issue. Alpine based images are know for its issues...

bug
triage