Skip to content

plugins/llm: add Requesty as an LLM provider#2640

Open
Thibaultjaigu wants to merge 2 commits into
OpenMind:mainfrom
Thibaultjaigu:add-requesty-provider
Open

plugins/llm: add Requesty as an LLM provider#2640
Thibaultjaigu wants to merge 2 commits into
OpenMind:mainfrom
Thibaultjaigu:add-requesty-provider

Conversation

@Thibaultjaigu

Copy link
Copy Markdown

This adds Requesty as a provider plugin, mirroring the existing OpenRouter plugin.

Requesty (https://router.requesty.ai/v1) is an OpenAI-compatible LLM router, so it uses the shared newOpenAICompat path like the other providers. Note: Requesty connects directly, not through the OpenMind proxy the built-in providers default to.

Changes:

  • plugins/llm/requesty.go: new Requesty plugin (registered via llm.Register), default base URL https://router.requesty.ai/v1, default model anthropic/claude-sonnet-4-5.
  • plugins/llm/openai_compat_test.go: a Requesty row in the provider-defaults table.
  • docs updated.

Verified: plugins/llm and internal/llm build+vet clean and go test ./plugins/llm/ passes (incl. the new Requesty subtest).

I work at Requesty. This mirrors the existing OpenRouter provider as closely as possible. Happy to adjust or close it if it's not a fit.

Mirror the existing OpenRouter plugin to add Requesty (https://router.requesty.ai/v1),
an OpenAI-compatible LLM router, via the shared newOpenAICompat path. Requesty connects
directly (not through the OpenMind proxy). Adds the plugin, a test row, and docs.

Signed-off-by: Thibault Jaigu <thibault.jaigu@gmail.com>
@Thibaultjaigu Thibaultjaigu requested review from a team as code owners July 1, 2026 11:27
@github-actions github-actions Bot added documentation Improvements or additions to documentation tests Test files plugins go labels Jul 1, 2026
@codecov

codecov Bot commented Jul 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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

Labels

documentation Improvements or additions to documentation go plugins tests Test files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants