Skip to content

Commit 6d52238

Browse files
authored
Merge pull request #318 from Portkey-AI/feat/enteprise-1.10.22
feat: add change-log for enteprise gateway v1.10.22
2 parents bfda1d1 + be78466 commit 6d52238

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

changelog/enterprise.mdx

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,45 @@
11
---
22
title: "Enterprise Gateway"
3-
sidebarTitle: "Enterprise Gateway [1.10.21]"
3+
sidebarTitle: "Enterprise Gateway [1.10.22]"
44
---
55

66
<Card title="Schedule Call" href="https://portkey.sh/demo-21" icon="calendar" horizontal>
77
Discuss how Portkey's AI Gateway can enhance your organization's AI infrastructure
88
</Card>
99

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+
1043
<Update label="1.10.21" description="2025-04-30">
1144
## v1.10.21
1245
---

0 commit comments

Comments
 (0)