Skip to content

feat: add Requesty as an OpenAI-compatible provider#91

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

feat: add Requesty as an OpenAI-compatible provider#91
Thibaultjaigu wants to merge 1 commit into
johnbean393:mainfrom
Thibaultjaigu:add-requesty-provider

Conversation

@Thibaultjaigu

Copy link
Copy Markdown

This adds Requesty to the list of popular providers, mirroring the existing OpenRouter entry.

Requesty is an OpenAI-compatible LLM gateway, so it slots into Provider.popularProviders with its OpenAI-compatible endpoint (https://router.requesty.ai/v1), the same way OpenRouter and the other providers are listed. Model discovery in KnownModel.swift reads the standard OpenAI shaped /models response, which Requesty serves identically, so no other changes are needed.

Verification: I tested the endpoint live before opening this. GET https://router.requesty.ai/v1/models returned 200 (around 578 models), and a chat completion with openai/gpt-4o-mini against https://router.requesty.ai/v1/chat/completions returned 200.

Docs: https://requesty.ai , 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 is not a fit.

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