Frequently Asked Questions

Find answers to common questions about AI Chat Studio

G General Questions

General Questions

Do I need to create an account?

No! AI Chat Studio doesn't require any account creation or registration. Simply enter your API key and start chatting immediately. Your conversation history is stored locally in your browser.

Can I switch between different AI models?

Absolutely! You can switch between Gemini, Claude, GPT, and DeepSeek using the model selector dropdown. Each model can have its own API key stored independently. Your conversation history is preserved when switching models.

Can I use this on mobile devices?

Yes! AI Chat Studio is fully responsive and works on mobile devices including smartphones and tablets. The interface adapts automatically to different screen sizes for optimal usability on any device.

How much does it cost to use AI Chat Studio?

AI Chat Studio itself is completely free to use! However, you'll need API keys from the individual AI providers (Gemini, Claude, GPT, etc.), which may have their own pricing plans. Consult each provider's website for their current rates and free tier availability.

API Key Questions

Is my API key safe?

Yes, your API key is stored only in your browser's local storage and is never sent to our servers. However, we recommend using read-only API keys or keys with limited permissions when possible. Always keep your keys confidential and never share them with others.

How do I get API keys?

Visit the official websites of each AI provider:

Google Gemini: aistudio.google.com
Anthropic Claude: console.anthropic.com
OpenAI GPT: platform.openai.com
DeepSeek: platform.deepseek.com

Sign up, create an API key, and add it to AI Chat Studio.

Usage Questions

Where is my conversation history stored?

Your conversation history is stored entirely in your browser's local storage. It never leaves your device and isn't stored on any server. If you clear your browser data, your history will be deleted. You can also manually clear all conversations from the application.

Can I export my conversation history?

Yes! AI Chat Studio includes export functionality. You can export your conversations in various formats including JSON and text. Use the Export button in the sidebar to save your chat history.

Technical Questions

What if I get an error message?

Common errors include invalid API keys, rate limiting, or network issues. Verify your API key is correct and has appropriate permissions. If the issue persists, check the specific AI provider's status page or documentation. Make sure your internet connection is stable.

Is there an API or backend integration available?

AI Chat Studio is designed as a standalone web application. However, all communication with AI providers happens through their official APIs. The backend uses PHP with cURL to securely relay requests to the respective AI services.