Use multiple providers

If you enabled multiple model providers in Geeps (via Geeps Plus), you can enter an API key for each provider and select a default one for new chats.

In addition to built-in providers you can now add multiple custom providers
In addition to built-in providers you can now add multiple custom providers

Custom providers

Starting with v1.4 you can add multiple custom providers compatible with OpenAI Chat Completions API.

Follow these steps:

  • In API Settings click / tap "Add Custom Provider"
  • fill the form with API credentials
  • pick a name and icon for the provider
  • enter Base URL for the API, for example https://api.x.ai. Preview the endpoint below the field. It should look like https://api.x.ai/v1/chat/completions
  • instead of Base URL you can also enter the full Chat Completions endpoint, e.g. Azure
  • important! use either Base URL or full endpoint, not both
  • load models (if the endpoint supports /v1/models) or enter model name manually
  • hit Submit to test the API key (make sure your account has a positive balance!)

Switching providers

When you switch default provider, the logo on the compose button changes to the selected provider. After this all new chats will use the selected provider.

You can not switch provider for the existing chat. To use a different provider, start a new chat.