Skip to content

Commit bd5be94

Browse files
authored
Merge pull request #635 from Portkey-AI/docs/gateway-node-v1.17.10
chore: gateway 1.17.10 release
2 parents 24c3163 + daa3717 commit bd5be94

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

changelog/enterprise.mdx

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,29 @@
11
---
22
title: "Enterprise Gateway"
3-
sidebarTitle: "Enterprise Gateway [1.17.9]"
3+
sidebarTitle: "Enterprise Gateway [1.17.10]"
44
rss: true
55
---
66

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

11+
<Update label="1.17.10" description="2025-12-18">
12+
13+
## v1.17.10
14+
---
15+
16+
### OpenAI-Compatible Response IDs
17+
- **Google and Vertex AI**: Response IDs are now generated in OpenAI-compatible format for improved compatibility with OpenAI SDKs and tooling
18+
- Chat completion IDs: `chatcmpl-{random}` (previously `portkey-{uuid}`)
19+
- Tool call IDs: `call_{random}` (previously `portkey-{uuid}`)
20+
- This change improves interoperability when using OpenAI-compatible clients with Google/Vertex AI models
21+
22+
### Pricing Updates
23+
- Added pricing configurations for new models across multiple providers
24+
25+
</Update>
26+
1127
<Update label="1.17.9" description="2025-12-18">
1228

1329
## v1.17.9

0 commit comments

Comments
 (0)