Skip to content

Agent Hub Model Management

In the VJSP intelligent development system, Models are the capability engines of Agents, directly determining their upper limits in code understanding, generation, conversation, tool calling, and other aspects.

⚠️ Important Prerequisite
Models themselves cannot be used independently and must be bound to an Agent before they can be called in the IDE.
One Agent can bind multiple models, automatically switching by roles (e.g., using Model A for Chat, Model B for Edit).

VJSP supports three types of model sources:

  • System Pre-built Models (out-of-the-box)
  • Agent Hub Shared Models (community/official contributions)
  • Local Custom Models (private deployment, configured via config.yaml)

System Pre-built Models

The official system includes a set of system models that are ready to use out-of-the-box without additional configuration. These models are maintained by VJSP.

Features

  • Role Pre-assignment: Each system model has appropriate roles pre-configured (such as chat, edit, autocomplete) to ensure optimal performance in different scenarios.

  • Automatic Capability Recognition: The system automatically detects whether models support advanced capabilities like tool_use (tool calling), image_input (image input), etc.

  • Security Isolation: All system model API requests go through VJSP security proxies.

💡 Tip: You can view currently available system models in the IDE's model selector and switch at any time. If you need higher customization (such as private deployment, multi-model collaboration), please refer to Local Model config.yaml Reference Documentation.

System Built-in Models

Agent Hub Model Usage Guide

Agent Hub is the official agent sharing platform, gathering high-quality model configurations, rule sets, and prompt templates contributed by the team. You can browse and select models suitable for your development scenarios in Agent Hub.

AgentHub

Using VJSP Official Models

  • Browse existing model lists and view system model cards on the Agent Hub page.

  • View model details by clicking any model card to enter the details page and learn about its description information.

  • Click "Use Now" and select the Agent you want to associate.

Prerequisite: You must be logged into the system. If not logged in, please complete login first.

You can only associate with Agents you created yourself.