Skip to main content
GCMP (AI Chat Models) is a VS Code extension that brings Zhipu AI, MoonshotAI, DeepSeek, Alibaba Cloud DashScope, Volcengine, Tencent Cloud, MiniMax, Xiaomi MiMo, and other model providers into GitHub Copilot Chat. It also supports OpenAI / Anthropic compatible endpoints, so AIHubMix can be added as a custom OpenAI-compatible model.

Install The GCMP Extension

  1. Search for GCMP in the VS Code Extensions Marketplace and install AI Chat Models.
Install GCMP
  1. After installation, open the model selector in Copilot Chat and click Manage Models… at the bottom.
Open model management

Configure The AIHubMix API Key

  1. In the model provider list, select Compatible.
Select Compatible
  1. In Manage OpenAI / Anthropic compatible models, choose Manage API keys.
Manage API keys
  1. Enter your AIHubMix API Key in the Set AIHubMix input.
Set AIHubMix API key

Create An AIHubMix Model

  1. Return to the model configuration entry, choose Configure models, then click Add new model.
Add new model
  1. Fill in the basic model information:
  • Model ID: enter the model ID you want to use, such as gpt-5.5
  • Display Name: enter the name shown in the model selector, such as AiHubMix-gpt-5.5
  • Description: optional text shown when hovering over the model
Fill model basics
  1. Continue with the API settings:
  • Provider: enter aihubmix
  • SDK Mode: select OpenAI-compatible mode
  • Base URL: use https://aihubmix.com/v1 by default; if the primary address is unavailable, use the backup URL https://api.inferera.com/v1
  • Chat Endpoint: leave it empty
Click Create when finished. Fill API settings

Use The Model

  1. Return to the Copilot Chat model selector and choose the AiHubMix-gpt-5.5 model you just created.
Select AIHubMix model
  1. Send a message in Copilot Chat to confirm that the model responds correctly.
Verify model response
Last updated: 2026-07-02