Skip to content

Add Requesty as an LLM provider - #25

Merged
AgentiLoop merged 1 commit into
AgentiLoop:mainfrom
Thibaultjaigu:add-requesty-provider
Jul 26, 2026
Merged

Add Requesty as an LLM provider#25
AgentiLoop merged 1 commit into
AgentiLoop:mainfrom
Thibaultjaigu:add-requesty-provider

Conversation

@Thibaultjaigu

Copy link
Copy Markdown
Contributor

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

Requesty (https://router.requesty.ai/v1) is an OpenAI-compatible LLM router.

Change: a requesty LLMProviderConfig in LLMProviderSetup.swift (registered in registerAllProviders), mirroring the openRouter/huggingFace OpenAI-compatible cloud entries — the file's documented extension point for adding a provider.

Model naming is provider/model. swiftc -parse clean. I scoped this to the modern LLMRegistry path and left the legacy provider surface untouched; happy to extend further if you'd like.

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 provider to add Requesty (https://router.requesty.ai/v1),
an OpenAI-compatible LLM router, in the LLMProviderSetup registry (the documented
extension point). Registers a requesty provider config alongside the others.

Signed-off-by: Thibault Jaigu <[email protected]>
@AgentiLoop
AgentiLoop merged commit 4fc0e6c into AgentiLoop:main Jul 26, 2026
@AgentiLoop

AgentiLoop commented Sep 10, 2026

Copy link
Copy Markdown
Owner

Removed Requesty, its implementation was never completed properly. @Thibaultjaigu We found this during an internal audit. Will be happy to add it back once it's done properly.

@Thibaultjaigu

Copy link
Copy Markdown
Contributor Author

Thanks for the note, and fair call. I redid it end to end this time: AgentiLoop/AgentTools#2 adds the enum case and #49 wires the provider through the registry, keychain, model catalog fetch, settings, fallback chain and tools view, following the OpenRouter and MiniMax shape. Details and the verification I could do without Xcode are in #49.

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.

2 participants