Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow users to set request option headers for Anthropic's LLMs #4785

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

FallDownTheSystem
Copy link
Contributor

@FallDownTheSystem FallDownTheSystem commented Mar 24, 2025

Description

Allow users to set request option headers for Anthropic's LLMs and add special handling for anthropic-beta headers

Checklist

  • The relevant docs, if any, have been updated or created
  • The relevant tests, if any, have been updated or created

Screenshots

No visual changes

Testing instructions

Add

"requestOptions": {
  "headers": {
    "anthropic-beta": "output-128k-2025-02-19"
  }
}

for the claude-3-7-sonnet-20250219 model, enable extended thinking, and ask it to think for as long as possible. You should see it go well past the typical 8k output token limit.

@FallDownTheSystem FallDownTheSystem requested a review from a team as a code owner March 24, 2025 15:48
@FallDownTheSystem FallDownTheSystem requested review from RomneyDa and removed request for a team March 24, 2025 15:48
Copy link

netlify bot commented Mar 24, 2025

Deploy Preview for continuedev canceled.

Name Link
🔨 Latest commit 82b07e7
🔍 Latest deploy log https://app.netlify.com/sites/continuedev/deploys/67e41d236fd9aa0008a385b5

Copy link
Collaborator

@RomneyDa RomneyDa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@FallDownTheSystem requestOptions is injected by this.fetch which uses the customFetch from the @continuedev/fetch package. This is pretty easy to miss

The anthropic beta changes look interesting, could you update it to just add them to this.requestOptions rather than spreading request option headers?

@FallDownTheSystem
Copy link
Contributor Author

Oh I see. So the requestOption headers were always set, but they would overwrite the anthropic-beta header, so the prompt-caching wouldn't be set.

I did get another idea, you could set the output-128k-2025-02-19 value here automatically if the user has defined over 8k (or over 64k if reasoning is enabled) as their maxTokens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants