Registering and Managing Models¶
Configure and manage AI models in OI Agents.
How to Register a Model¶
- Click New Model in the top right.
-
Fill in the following required fields:
-
Name: Human-readable name to identify the model.
- Client: Select the model provider (e.g., OpenAI, Anthropic, custom).
- API Key: Authentication credential for the model endpoint.
- Host: Endpoint URL where the model is hosted.
- Model: The specific model ID or path.
- Model Type: Choose either
LLMorEmbedding. - Click Check Connectivity to ensure the model is reachable.
- Click Save Model to register it in the system.
Managing Models¶
Once registered, each model appears in the Models grid with:
- Name
- Type (
LLMorEmbedding) - Status (Connected or Disconnected)
-
Settings menu for:
-
Updating model configuration
- Configuring access permissions
- Copying the model ID
- Deleting the model
Models are reusable across multiple agents, tasks, and RAG bots within your workspace.