|
1 | 1 | ---
|
2 | 2 | title: "Enterprise Gateway"
|
3 |
| -sidebarTitle: "Enterprise Gateway [1.10.21]" |
| 3 | +sidebarTitle: "Enterprise Gateway [1.10.22]" |
4 | 4 | ---
|
5 | 5 |
|
6 | 6 | <Card title="Schedule Call" href="https://portkey.sh/demo-21" icon="calendar" horizontal>
|
7 | 7 | Discuss how Portkey's AI Gateway can enhance your organization's AI infrastructure
|
8 | 8 | </Card>
|
9 | 9 |
|
| 10 | +<Update label="1.10.22" description="2025-05-08"> |
| 11 | +## v1.10.22 |
| 12 | +--- |
| 13 | +### Enhanced Anthropic PDF Support |
| 14 | +- Added transformation logic to support OpenAI-spec-compatible `file` content parts in request. |
| 15 | +- Introduced two new Portkey parameters for the `file` content parts: `file_url` and `mime_type`. |
| 16 | +- Applicable for Anthropic, Bedrock-Anthropic and VertexAI-Anthropic models. |
| 17 | +- [Docs](/integrations/llms/anthropic#processing-pdfs-with-claude) |
| 18 | + |
| 19 | +### OTEL Configurations |
| 20 | +- Added two new environment variables: |
| 21 | + - `OTEL_SERVICE_NAME`: Sets the `service.name` resource attribute value. |
| 22 | + - `OTEL_RESOURCE_ATTRIBUTES`: Comma-separated `key=value` pairs which will be sent as individual resource attributes. |
| 23 | + |
| 24 | +### New Providers |
| 25 | +- **Ncompass**: Supports chat completions endpoint. |
| 26 | +- **Lepton**: Supports chat completions, completions and transcriptions endpoints. |
| 27 | +- **Snowflake Cortex**: Supports chat completions endpoint. |
| 28 | + |
| 29 | +### Provider Updates |
| 30 | +- **Groq**: Handled an exception that occurred when `stream_options` was included in the request, because the response transformer was not handling `usage` chunk mapping as expected. |
| 31 | +- **Workers AI**: Added support for `/images/generations` route. |
| 32 | +- **Openrouter**: Added support for `usage` request parameter and response mapping. |
| 33 | +- **Deepinfra**: Handled `ping` event returned in stream and mapped `usage` field returned in the response. |
| 34 | +- **VertexAI**: Now returns 400 (instead of 500) for empty model validation errors. |
| 35 | + |
| 36 | +### Fixes And Improvements |
| 37 | +- For providers except OpenAI and Azure-OpenAI, updated the value of `object` field in chat completions response from `chat_completion` to `chat.completion` for OpenAI spec compliance. |
| 38 | +- **Proxy (Passthrough) Requests**: Fixed endpoint construction logic, which was affecting a few provider-route combinations. |
| 39 | +- **Unified Batches**: Fixed issue where embeddings batch output was being returned as empty. |
| 40 | +- **Prometheus**: Fixed issue where `model` label was set as N/A for Bedrock requests. |
| 41 | +</Update> |
| 42 | + |
10 | 43 | <Update label="1.10.21" description="2025-04-30">
|
11 | 44 | ## v1.10.21
|
12 | 45 | ---
|
|
0 commit comments