hermes - 💡(How to fix) Fix [Feature]: Support Anthropic compatible endpoint for Hermes model Custom endpoint (not only OpenAI) [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
NousResearch/hermes-agent#12137Fetched 2026-04-19 15:25:32
View on GitHub
Comments
1
Participants
2
Timeline
2
Reactions
0
Author
Timeline (top)
commented ×1labeled ×1
RAW_BUFFERClick to expand / collapse

Problem or Use Case

Currently, the Hermes model Custom endpoint only supports OpenAI endpoints.

Proposed Solution

I hope the Hermes model Custom endpoint can support Anthropic compatible endpoint, instead of only supporting OpenAI endpoint. This will make the custom endpoint functionality more flexible for users who use Anthropic-based services.

Alternatives Considered

No response

Feature Type

Configuration option

Scope

Small (single file, < 50 lines)

Contribution

  • I'd like to implement this myself and submit a PR

Debug Report (optional)

extent analysis

TL;DR

Modify the Hermes model Custom endpoint to add support for Anthropic compatible endpoints.

Guidance

  • Identify the specific file and lines of code responsible for the OpenAI endpoint support in the Hermes model Custom endpoint.
  • Investigate the differences between OpenAI and Anthropic APIs to determine the necessary changes for compatibility.
  • Consider adding a configuration option to allow users to choose between OpenAI and Anthropic endpoints.
  • Test the modified endpoint with Anthropic-based services to ensure functionality and flexibility.

Example

No explicit code example can be provided without more information about the existing implementation.

Notes

The scope of the change is reported as small, affecting a single file with less than 50 lines, which should simplify the modification process.

Recommendation

Apply a workaround by modifying the existing code to support Anthropic compatible endpoints, as this will provide the desired flexibility for users without waiting for a potential future update.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING