hermes - 💡(How to fix) Fix [Feature]: Support `service_tier` for Amazon Bedrock

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…
RAW_BUFFERClick to expand / collapse

Problem or Use Case

I am trying to use Hermes with Amazon Bedrock, migrating from OpenClaw. Most of my Bedrock models are configured to use service_tier=flex to reduce the API cost by 50%, trading a slightly worse latency for reduced cost. The flag does not seem to be honored by the Hermes Bedrock implementation.

Proposed Solution

Support the service_tier configuration for the Amazon Bedrock model provider. This flag must be configurable by model, since not all models support each possible value: priority, standard, flex, reserved. Those with reserved model capacity will rarely have that available across all models.

I did the implementation in OpenClaw, it was a small fix, with documentation as much of the PR as the code changes. Since it will likely require documentation changes, the change spans more than one file. And if you want to pull these values from OpenClaw during the migration, it requires even more changes.

Alternatives Considered

No response

Feature Type

Other

Scope

Small (single file, < 50 lines)

Contribution

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

Debug Report (optional)

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

hermes - 💡(How to fix) Fix [Feature]: Support `service_tier` for Amazon Bedrock