Skip to content

Conversation

@felixarntz
Copy link
Member

Fixes #107.

This unlocks significant benefits, such as being able to use Anthropic's web search features, its recently introduced JSON output (boy, were they late to that party - but it's awesome!), as well as additional supported parameters that weren't possible to support via the OpenAI API compatible implementation.

@felixarntz felixarntz added this to the 0.4.0 milestone Dec 22, 2025
@felixarntz felixarntz added the [Feature] New feature to highlight in changelogs. label Dec 22, 2025
@github-actions
Copy link

github-actions bot commented Dec 22, 2025

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Co-authored-by: felixarntz <flixos90@git.wordpress.org>
Co-authored-by: JasonTheAdams <jason_the_adams@git.wordpress.org>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

Copy link
Member

@JasonTheAdams JasonTheAdams left a comment

Choose a reason for hiding this comment

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

Looks good overall! One question and a suggestion.

My question is whether the API URL should be changed for the provider or if it's actually exactly the same? I was surprised to not see that.

@felixarntz
Copy link
Member Author

@JasonTheAdams

My question is whether the API URL should be changed for the provider or if it's actually exactly the same? I was surprised to not see that.

This is not necessary. It's the same API base URL, it's only the specific route that changes, which this PR does.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[Feature] New feature to highlight in changelogs.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use Anthropic's primary API endpoints instead of its OpenAI compatibility layer

3 participants