Skip to content

Add Requesty as an LLM provider#457

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

Add Requesty as an LLM provider#457
Thibaultjaigu wants to merge 1 commit into
math-inc:mainfrom
Thibaultjaigu:add-requesty-provider

Conversation

@Thibaultjaigu

Copy link
Copy Markdown

This adds Requesty as a first-class provider, mirroring the existing API-key providers (DeepSeek, Z.AI, etc.).

Requesty (https://router.requesty.ai/v1) is an OpenAI-compatible LLM router with a live /v1/models endpoint.

Changes:

  • gauss_cli/auth.py: a requesty ProviderConfig (base URL + REQUESTY_API_KEY).
  • gauss_cli/setup.py: provider-selection entry + default-model fallback list.
  • gauss_cli/config.py, gauss_cli/models.py: optional-env-var docs + provider label/order.

Model naming is provider/model.

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 API-key providers to add Requesty (https://router.requesty.ai/v1),
an OpenAI-compatible LLM router. Adds a first-class requesty ProviderConfig, setup-wizard
entry, default model fallback, and optional-env-var docs.

Signed-off-by: Thibault Jaigu <thibault.jaigu@gmail.com>
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