Saltar para o conteúdo principal

Documentation Index

Fetch the complete documentation index at: https://docs.aihubmix.com/llms.txt

Use this file to discover all available pages before exploring further.

Applies to: Claude Desktop 1.3883.0 (Updated: April 23, 2026)
Level: Beginner — no command line required, fully click-based, no Anthropic account needed

Introdução

Claude Desktop (enterprise version known as Claude Cowork) suporta connecting to third-party LLM gateways, letting you use the client without an Anthropic subscription. This guide walks you through configuring AIHubMix as the API provider for Claude Desktop, enabling:
  • Não requer conta Anthropic — bypasses phone number / email registration restrictions
  • Access to Claude, GPT, Gemini, DeepSeek, and more through a single AIHubMix key
  • Pay-as-you-go billing, flexible and cost-controlled

Pré-requisitos

Before you begin, certifique-se you have:
  • Operating System: macOS 13.0 (Ventura) or later, or Windows 10 / 11
  • AIHubMix Account: Register and top up at aihubmix.com

Passo 1: Get Your AIHubMix chave de API

  1. Visit aihubmix.com and log in
  2. Go to the console → chave de APIs page
  3. Clique Create New Key, enter a name (e.g. claude-desktop)
  4. Copy the generated key (format: sk-xxxxxxxxxxxxxxxx)
Security notice: The chave de API is only shown once. Save it somewhere safe immediately.

Passo 2: Download and Install Claude Desktop

  1. Visit the official download page: claude.ai/download
  2. Download the installer for your operating system
macOS:
  • Abra o downloaded .dmg file
  • Drag Claude.app into the Applications folder
  • Abra Claude from Launchpad or the Applications folder
Windows:
  • Run the downloaded .msix installer
  • Follow the on-screen prompts to complete installation
  • Abra Claude a partir do Start menu
Note: You do not need to log in to an Anthropic account after opening. Proceed directly to the next step.

Passo 3: Enable Developer Mode and Configure AIHubMix

Você precisa enable Developer Mode before connecting a third-party API:
  1. Abra o Claude Desktop app
  2. Clique Help no top menu bar
  3. Selecione Troubleshooting
  4. Clique Enable Developer mode
    Image
  5. Once enabled, a new Developer menu will appear no top menu bar.
Image
  1. Clique Developer no menu bar, then selecione Configure third-party inference
Image
  1. Preencha o seguinte fields no configuration dialog:
Connection — Gateway (Anthropic-compatible) Gateway Base URL — AIHubMix service endpoint
https://aihubmix.com
Gateway chave de API — Your AIHubMix chave de API
sk-xxxxxxxxxxxxxxxx
Image
  1. Clique Apply locally → Relaunch
Img V3 02111 1bf57885 9883 46d1 81b1 4a1c4b45bb1g
  1. After restarting, selecione Continue with Gateway on the screen below
Img V3 02111 E41b4400 E68c 4c63 Ac88 434d2e69693g
  1. Configuration complete — selecione a model
Available models include gpt5.4, coding-glm-5.1-free, gpt-4.1-free, qwen3.6-27b, and more.
Image
Note: The default model is Claude Opus 4.7, which has higher pricing and can lead to significant costs for everyday use. Recomendamos switching to another model. AIHubMix offers a wide range of cost-effective and free models — view the full list at aihubmix.com/models.
Img V3 02111 1d93066c 3352 4d83 9463 99268b04d52g

Passo 4: Verify the Installation

After restarting Claude Desktop, check o seguinte to confirm setup is working:
  • The Cowork tab appears no left navigation panel
  • Você pode send messages and receive responses normally
  • The model name shown no bottom-right corner matches your selection
    Image
If everything looks good — congratulations! You’re now using Claude Desktop powered by AIHubMix.

Solução de Problemas

Error on Launch / Cannot Connect

Checklist:
  1. Confirm the connection type is set to gateway (not bedrock / vertex)
  2. Check that the Base URL is https://aihubmix.com (no trailing slash)
  3. Verify a chave de API was copied in full (must start with sk-)
  4. Certifique-se your AIHubMix account has sufficient balance
View logs:
  • macOS: Abra Console.app, filter by Claude
  • Windows: Abra Event Viewer

Model Not Found Error

Certifique-se the model ID you entered is available on AIHubMix. Você pode query the available model list via API:
curl https://aihubmix.com/v1/models \
  -H "Authorization: Bearer sk-your-api-key"

Which Auth Scheme Should I Use?

AIHubMix uses the x-api-key authentication header. If you encounter a 401 error, try switching to bearer.

Advanced: Export Configuration File (Optional)

Após concluir setup, você pode export the configuration for backup or team distribution: macOS — Clique Export no config UI to download a .mobileconfig file
Windows — Clique Export no config UI to download a .reg registry file

Recursos Relacionados


Última atualização: April 23, 2026 | Based on Anthropic official docs + AIHubMix API documentation
Image