feat: document per-request compression override fields#144
Merged
CLEMENTINATOR merged 9 commits intomainfrom Mar 9, 2026
Merged
feat: document per-request compression override fields#144CLEMENTINATOR merged 9 commits intomainfrom
CLEMENTINATOR merged 9 commits intomainfrom
Conversation
SachaMorard
requested changes
Mar 9, 2026
Member
SachaMorard
left a comment
There was a problem hiding this comment.
Je ne mettrais pas d'info sur les paramètres requêtes/header de compression dans cette page. En revanche, il y a plusieurs autres pages où les anciens paramètres enable_compression et compression_rate doivent être remplacés par les nouveaux
Add enable_claude_compression and enable_opencode_compression to OpenAPI spec. Add per-request override section to claude-compression docs. Ref: EDGEE-1185
The OpenAPI spec doesn't need these fields since they are gateway-internal.
Replace enable_claude_compression / enable_opencode_compression with the new compression_model enum approach. Ref: EDGEE-1185
Document the new compression_configuration field for agentic model with rate and semantic_preservation_threshold. Update SDK examples.
…mpression_configuration Update all SDK docs, agentic compression, observability, and claude compression pages. Remove header documentation from claude compression.
95d87ea to
d77597e
Compare
SachaMorard
approved these changes
Mar 9, 2026
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.
Summary
enable_compression,compression_rate,enable_claude_compression, andenable_opencode_compressionto OpenAPI specChatCompletionRequestschemaRef: EDGEE-1185