Connecting AI Service
You can connect Towerflow to popular AI services using your own API keys. Once connected, you’ll be able to interact with the model of your choice through your assistant logic.
🧠 Supported Services & Models
You can choose from the following LLM services and their respective models when creating AI chart analysis tasks.
✅ Models with Vision Support
These models can analyze both text and screenshots (e.g. TradingView chart images).
Gemini:
GEMINI-2.5-FLASH-PREVIEW-05-20
OpenAI:
GPT-4.1
Claude:
CLAUDE-4-SONNET-20250514
Mistral AI:
MISTRAL-SMALL-LATEST
Cohere:
C4AI-AYA-VISION-8B
Grok (xAI):
GROK-2-VISION-LATEST
⚠️ Text-Only Models
These models do not support image input. They will ignore chart screenshots, so signal generation might not work properly.
DeepSeek:DEEPSEEK-CHAT(no vision support yet)(temporary unavailable)
🔐 Security & Key Management
All API keys are securely encrypted on the server and are only decrypted at runtime.
No one, including the platform operators, can access your plain-text API keys.
⚙️ Connection Rules
🔑 Each service can only have one active connection at a time.
✅ Only one AI connection can be active globally across all services.
🧪 During connection creation, a test request is sent to validate the API key:
If the API key is invalid or the account has no token balance, the connection will fail.
✏️ You cannot edit an existing connection once created.
❌ If you need to change the key or model, you must delete the current connection and create a new one.
🪄 Steps to Connect
Select your preferred LLM service from the list.
Enter your API key for the selected provider.
Click “Create Connection”.
If the test succeeds, the connection will be saved and listed as available.
Once connected, you’ll be able to activate the AI and use it within supported tools like trading bots, assistants, and dashboards.
Last updated