Skip to content

Add Requesty as an LLM provider#285

Open
Thibaultjaigu wants to merge 1 commit into
Superflows-AI:mainfrom
Thibaultjaigu:add-requesty-provider
Open

Add Requesty as an LLM provider#285
Thibaultjaigu wants to merge 1 commit into
Superflows-AI:mainfrom
Thibaultjaigu:add-requesty-provider

Conversation

@Thibaultjaigu

Copy link
Copy Markdown

Adds Requesty (https://requesty.ai) as an LLM provider option in getLLMRequestOptions, mirroring the existing model-prefix routing (Groq/OpenRouter/etc.).

  • lib/queryLLM.ts: a requesty/-prefixed model routes to https://router.requesty.ai/v1/chat/completions with REQUESTY_API_KEY, stripping the requesty/ prefix before sending (same pattern as the groq branch).

Requesty is OpenAI-compatible (Authorization: Bearer, provider/model naming) and uses the same /v1/chat/completions request/response shape already handled here, so no other changes are needed. API keys: https://app.requesty.ai/api-keys

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.

@vercel

vercel Bot commented Jul 6, 2026

Copy link
Copy Markdown

@Thibaultjaigu is attempting to deploy a commit to the Superflows Team on Vercel.

A member of the Team first needs to authorize it.

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.

1 participant