Setup OpenAI, DeepSeek, Gemini for AI-powered features
For additional support, visit our Support Center
Go to https://platform.openai.com and sign up or log in to your account.
Click on your profile icon → "View API keys" or go directly to API Keys page.
Click "Create new secret key" button. Give it a name like "V5 Trading Platform".
Important: Copy the API key immediately - it starts with "sk-" and you won't be able to see it again.
Go to "Billing" → "Payment methods" and add a payment method. You'll need credits to use the API.
OpenAI charges per token usage. GPT-4 costs more than GPT-3.5. Set usage limits in your account to control costs.
OPENAI_API_KEY="sk-your_openai_api_key"
Configure OpenAI for chatbot and content generation.
Go to https://platform.deepseek.com and create an account or log in.
Navigate to "API Keys" section in your dashboard or go to API Keys page.
Click "Create API Key" button and provide a name like "V5 Trading Platform".
Important: Copy the API key immediately after creation - you won't be able to view it again.
Go to "Billing" section and add credits to your account to start using the API.
DeepSeek offers competitive pricing and often provides free credits for new users. Check their pricing page for current rates.
DEEPSEEK_API_KEY="your_deepseek_api_key"
Go to https://aistudio.google.com and sign in with your Google account.
Read and accept the terms of service for Google AI Studio and Gemini API usage.
Click on "Get API key" button in the left sidebar or go to API Keys page.
Click "Create API key" → "Create API key in new project" or select an existing Google Cloud project.
Copy the generated API key. Unlike other services, you can view this key again in Google AI Studio.
Set up rate limits and usage restrictions in the API key settings to control usage.
Gemini API offers a generous free tier with rate limits. Check the current pricing and limits at Google AI pricing page.
GOOGLE_GEMINI_API_KEY="your_gemini_api_key"
Advanced AI for analysis and content generation.
After configuring AI services, restart the development server:
AI configuration changes require a server restart to take effect.
Press Ctrl + C in your terminal
pnpm dev
This will restart the server with your new AI configuration.