Hyperliquid
Hyperliquid is the primary execution venue for Gigabrain Agents. Connecting it allows your Agents to place, monitor, and close trades on your behalf based on the strategies you define.Setup
Visit integrations page
- Go to Profile → Integrations.
- Select Hyperliquid.
- Connect your wallet and sign transactions to authorize generate apis wallet to trade on your behalf.
Key considerations
- Execution risk: Orders are submitted to Hyperliquid under its rules. Slippage, partial fills, and liquidation mechanics are controlled by Hyperliquid, not Gigabrain. See the Risk Disclosure for details.
- Use Standard Hyperliquid account: For new account Hyperliquid will create a unified account for you. At momentum we don’t support unified accounts yet. You can diable the unified account in hyperliquid settings, by clicking on “Disable Unified Account Mode”.
Telegram Notifications
Connect Telegram to receive real-time alerts from your Agents, including trade executions, performance summaries, and market signals.Setup
Visit integrations page
- Go to Profile → Integrations.
- Select Telegram.
- Copy the displayed code and message it to telegram bot.
AI Models (Bring Your Own Key)
Connect your own LLM provider API key to use any model from OpenAI, Anthropic, xAI, or OpenRouter with Gigabrain Chat and Agents. When using your own key, only the base platform fee is charged — no token markup.Supported providers
| Provider | Models | How to get a key |
|---|---|---|
| OpenRouter | 400+ models from all providers with one key | openrouter.ai/keys |
| OpenAI | GPT and reasoning models | platform.openai.com/api-keys |
| Anthropic | Claude family of models | console.anthropic.com |
| xAI | Grok family of models | console.x.ai |
| Venice | Privacy-focused AI inference | venice.ai |
Setup
Add your API key
- Go to Profile → Integrations.
- Select AI Models.
- Choose a provider and paste your API key.
Using custom models via API
Passmodel and model_provider in your /v1/chat request to use a specific model:
openrouter:
Key considerations
- API keys are encrypted at rest using AES-256-GCM. They are never stored in plain text.
- One key per provider. Adding a new key for the same provider replaces the existing one.
- Fallback to default. If no custom model is selected, Gigabrain uses its default model.
- OpenRouter is the easiest way to start. One key gives you access to models from OpenAI, Anthropic, Google, Meta, and more.
Managing Integrations
- View and manage all connected integrations from your Profile → Integrations page.
- You can disconnect any integration at any time.
- Disconnecting an exchange integration will stop any active Agents from executing trades.