Skip to main content

🎯 How to Configure Chat Applications?

Follow this simple guide to integrate GPT Proto with your favorite chat applications


🔧 Step 1: Choose a Compatible Tool

Select a chat application that supports custom AI providers. We recommend these popular options:
Pro Tip: Most OpenAI-compatible chat clients will work seamlessly with GPT Proto. Just look for “Custom API” or “OpenAI Compatible” options in the settings.

📥 Step 2: Install GPT Proto Provider

📖 Using CherryStudio as an Example
The following steps demonstrate the setup process with CherryStudio. Other applications follow a similar pattern.

Open Settings

Launch your chat application and navigate to the Settings or Preferences menu. Usually found in the top menu bar or sidebar.

Add New Provider

Look for options labeled:
  • “Add Provider” or “New Provider”
  • “Custom Models” or “Model Configuration”
  • “API Settings” or “API Configuration”

Select GPT Proto

Choose GPT Proto from the provider list, or select “Custom OpenAI-compatible API” if GPT Proto isn’t pre-listed.
💡 The exact menu names may vary between applications, but the concept remains the same: Add a custom API provider and configure it with GPT Proto’s endpoint.

🔑 Step 3: Enter API Credentials

Configure your connection by entering these two required parameters:
Base URL
string
required
https://gptproto.com/v1
The base endpoint URL for all GPT Proto API requests. Make sure to copy this exactly!
API Key
string
required
sk-your-api-key-here
Your unique API key from the GPT Proto Dashboard. Keep this secret and never share it publicly!

📋 Example Configuration

Here’s what a typical configuration looks like in JSON format:
{
  "provider": "GPT Proto",
  "baseURL": "https://gptproto.com/v1",
  "apiKey": "sk-your-api-key-here",
  "models": ["gpt-4", "gpt-3.5-turbo", "claude-3-opus"]
}
🔐 Where to find your API Key?Visit the GPT Proto Dashboard and navigate to the API Keys section. You can create new keys or manage existing ones there.
⚠️ Security Reminder: Never commit API keys to version control or share them in public forums. Treat them like passwords!

🚀 Step 4: Start Using the Models

🎉 You’re All Set!
Select a model from the dropdown and start creating amazing content

🔧 Troubleshooting

Problem: Cannot connect to the GPT Proto APISolutions:✅ Verify your Base URL is exactly: https://gptproto.com/v1 (no trailing slash)✅ Check your internet connection is stable✅ Ensure your firewall allows HTTPS connections to gptproto.com✅ Try disabling VPN temporarily if you’re using one✅ Check if your corporate network blocks external APIs
Problem: Receiving “401 Unauthorized” errorSolutions:✅ Double-check your API key is copied correctly (no extra spaces)✅ Verify your API key is active in the Dashboard✅ Try regenerating a new API key if the old one doesn’t work✅ Make sure you’re using the correct key format: sk-...✅ Check if your API key has been revoked or expired
Problem: “Insufficient balance” or payment required errorSolutions:✅ Check your account balance in the Dashboard✅ Add credits via the Billing Center✅ Review your usage limits and quotas✅ Ensure your payment method is valid and up to date
Problem: Selected model is not responding or unavailableSolutions:✅ Verify the model is available in your subscription plan✅ Try switching to a different model (like GPT-3.5 Turbo)✅ Check the Status Page for service updates✅ Ensure the model name is spelled correctly✅ Some models may have regional restrictions
Problem: API responses are very slowSolutions:✅ Try using a faster model like GPT-3.5 Turbo✅ Check your internet connection speed✅ Reduce the max_tokens parameter in your requests✅ Consider your geographic distance from servers✅ Check if there’s high load on the service (status page)

⚠️ Important Notes

🔒 Security Best Practices

Never share your API key publicly - Treat it like a passwordRotate keys regularly - Generate new keys every few monthsUse environment variables - Never hardcode keys in your codeMonitor usage - Check your dashboard regularly for unusual activityRevoke compromised keys - Immediately disable any exposed keysUse separate keys - Different keys for development and production

🌐 Network Requirements

Protocol: HTTPS only (TLS 1.2 or higher)Endpoint: https://gptproto.com/v1Authentication: API Key required in headersFirewall: Ensure outbound HTTPS (port 443) is allowedProxy: Configure if your network uses a proxy serverCORS: Pre-configured for web applications

📚 Additional Resources


🎯 Next Steps

Ready to explore more? Here are some recommended next steps:
🚀 Ready to Build Something Amazing?
Join thousands of developers using GPT Proto to power their AI applications