Skip to Content

Using in ChatHub - MyTokenGate

ChatHub  is a popular large language model aggregation plugin that allows users to chat with multiple models simultaneously, making it convenient to compare responses. ChatHub has hundreds of thousands of active users worldwide.

Installing ChatHub

  1. Visit ChatHub Website  in your browser
  2. Click “Add to Chrome” button to install the ChatHub browser plugin
  3. After installation, the ChatHub settings page will open automatically

Using MyTokenGate Models in ChatHub

Step 1: Get API Key

Visit MyTokenGate Dashboard  to create or copy an existing API Key.

Step 2: Configure Custom Bot

  1. In ChatHub settings, find the “Custom Bot” section
  2. Click the “Add” button
  3. In the popup, configure:
    • Name: Enter a bot name (e.g., MyTokenGate)
    • Provider: Select MyTokenGate (or OpenAI Compatible if MyTokenGate is not available)
    • API Key: Paste your API Key from MyTokenGate
    • API URL: https://gateway.mytokengate.com/v1 (if using OpenAI Compatible)
    • Model: Enter model name, e.g., claude-sonnet-4-6, gpt-5.5, etc.
    • See Model List  for available models
  4. Click “Confirm” to complete configuration

Step 3: Start Chatting

After configuration, you can start chatting with AI in ChatHub.

Comparing Multiple Models in ChatHub

You can repeat the steps above to add other models to ChatHub. Then use ChatHub’s All-in-One feature to chat with multiple models simultaneously (up to 6 models at the same time):

Usage Tips

  • Use All-in-One mode to compare different models’ responses to the same question
  • Use the prompt library to quickly initiate common tasks
  • Use the code preview feature to view AI-generated code effects

Troubleshooting

Connection Failed

  • Check if API URL is correct
  • Verify API Key is valid
  • Check if model name is correct

Test API Connection

curl https://gateway.mytokengate.com/v1/models \ -H "Authorization: Bearer YOUR_API_KEY"
Last updated on