Conversation
….json - Fix provider count header: 4 -> 5 new providers - Fix nebius/zai: add bridged endpoint support (messages, responses, a2a, interactions) - Add missing sagemaker_nova to provider_endpoints_support.json
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThis PR re-submits the v1.82.3 release notes (reverted PR #23816) with four targeted corrections: provider count fixed to 5, Nebius AI PR link corrected to #22614, ZAI docs link updated to the dedicated Key observations:
Confidence Score: 4/5
|
| Filename | Overview |
|---|---|
| docs/my-website/release_notes/v1.82.3.md | New release notes file documenting v1.82.3 changes — all four fixes from the reverted PR #23816 are correctly applied (5 providers, correct Nebius AI PR link, dedicated ZAI doc page, distinct SageMaker Nova PR link); one minor contextual inconsistency found between Key Highlights and model table for gpt-5.4 context window. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["v1.82.3 Release Notes"] --> B["New Providers (5)"]
A --> C["New Models (116)"]
A --> D["Removed Models (132)"]
A --> E["Features & Bug Fixes"]
A --> F["Security Updates"]
B --> B1["Nebius AI — nebius/"]
B --> B2["ZAI — zai/"]
B --> B3["Black Forest Labs — black_forest_labs/"]
B --> B4["Serper — serper/"]
B --> B5["SageMaker Nova — sagemaker_nova/"]
C --> C1["OpenAI gpt-5.4 / gpt-5.4-pro"]
C --> C2["Gemini 3.x models"]
C --> C3["FLUX Kontext image editing"]
C --> C4["Mistral Magistral reasoning"]
C --> C5["Dashscope Qwen3 VL"]
C --> C6["30 Nebius AI models"]
F --> F1["Secret redaction in proxy logs"]
F --> F2["PyJWT bump to ^2.12.0"]
F --> F3["tar + tornado CVE patches"]
Comments Outside Diff (1)
-
docs/my-website/release_notes/v1.82.3.md, line 46 (link)Context window mismatch: "1M" vs "1.05M"
The Key Highlights bullet describes
gpt-5.4as having "1M context", but the models table below lists its context window as1.05M. These values are inconsistent within the same document. Consider either rounding the table entry to1Mor updating the Key Highlights to read "1.05M context" so readers get a consistent figure.
Last reviewed commit: "revert: restore full..."
yuneng-jiang
left a comment
There was a problem hiding this comment.
Please confirm if the provider_endpoints_support.json changes are intentional
Yes, intentional since sagemaker provider was added. |
I've removed the provider_endpoints_support.json update and only included doc changes. |
|
@greptile-apps review this pr |
|
@joereyna can you confirm this diff is against v1.82.0-stable? |
Summary
Re-submission of #23816 (which was reverted) with the following fixes:
(4 new providers)→(5 new providers)Changes
docs/my-website/release_notes/v1.82.3.md— full release notes (116 new models, 132 removed, 5 new providers)