For the complete documentation index, see llms.txt. This page is also available as Markdown.

Connecting LLM Service

You can connect Sigrex to popular LLM providers using your own API keys. Once connected, you’ll be able to interact with and switch between supported models directly from your assistant logic or trading tools.

🧠 Supported Providers

Sigrex supports all major LLM providers shown below:

Provider
API ID

Google Gemini

1

OpenAI

2

DeepSeek

3

Claude

4

Mistral

5

Cohere

6

Grok (xAI)

7

Alibaba Cloud (Qwen)

8

Perplexity (suspended)

9 (suspended)

Moonshot AI (Kimi)

10

Z.ai

11

MiniMax

12

Nvidia

13

Nous Research

14

OpenRouter

15

Groq

17

Cerebras

18

SiliconFlow

19

Sambanova

20

Each connection lets you choose and use any available model, including those with vision capabilities for chart analysis.

🔐 Security & Key Management

All API keys are securely encrypted and only decrypted at runtime. Even platform operators cannot access your plain-text API keys.

⚙️ Connection Rules

  • During setup, Sigrex sends a test request to validate your API key:

    • If the key is invalid or your account lacks credits, the connection will fail.

  • The API key cannot be edited after creation.

  • The model can be changed freely within the same provider connection.

🪄 Steps to Connect

  1. Choose your preferred LLM provider from the list.

  2. Select the model you want to use under that provider.

  3. Insert you API key.

  4. Click “Create Connection.”

  5. If the test succeeds, the connection is saved and available to activate.

Once connected, you can freely switch between supported models (including vision-enabled ones) across your Sigrex tools — such as trading bots, assistants, and dashboards.

Last updated