Merged
Conversation
tl-genie
approved these changes
Mar 11, 2026
…ultiple media URLs and files. Updated search request handling to accommodate new parameters, improving flexibility in media queries.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR regenerates code to match the latest API Definition.
Note
Medium Risk
Removes public client methods (
summarize/gist) and response types, which is a backward-incompatible API change for SDK consumers; new embedding request shapes add surface area but are mostly additive.Overview
Bumps the SDK version to
1.2.1(including updatedUser-Agent/X-Fern-SDK-Version) and refreshes dependencies (notablycertifi).Breaking change: removes the deprecated
summarizeandgistendpoints from both sync/async clients (BaseClient/RawBaseClient) and deletes the associated types (SummarizeResponse,Gist,GistRequestTypesItem), withreference.mdupdated accordingly.Adds new embeddings capabilities:
embed.v_2.createnow supportsinput_type="multi_input"with new request/types (MultiInputRequest,MultiInputMediaSource) for up to 10 images (optionally with text references), and audio/video embedding requests gain anembedding_typeoption to request separate vs fused embeddings (plus a newfusedembedding modality in responses). Documentation strings are updated to reflect multi-image search inputs, and Marengo 2.7 deprecation messaging is propagated across embed/index/search docs.Written by Cursor Bugbot for commit 9ba80f6. This will update automatically on new commits. Configure here.