본문으로 건너뛰기
FDE Path

Model registration and agent setup

Register an LLM model, connect system instructions and operating mode, and assemble an agent for real use.

9 min

This lesson moves from data surfaces into the AI layer. You register one model, choose how it will run, and wire it into an agent with the right instructions and tools.

Review the model list and add a model

From Settings -> LLM Models in the left sidebar, review the available models and click Register model in the top-right area.

Model registration page

Enter model metadata and choose a deployment type

Fill in the model name, alias, mapped collection, and description.

  • External: Register a model through an externally provided AI service endpoint or a separately hosted server.
  • Internal: Run the model inside platform-managed resources and enter deployment details such as image and port settings.
  • Note: The deployment type cannot be changed after registration.

Model metadata

Set the provider and model identifier

Pick the provider registered in the platform, such as an OpenAI-family or Claude-family provider, then enter the model ID that will be sent through the API, for example claude-opus-4-7 or gpt-oss-120b.

Provider and model ID

Register the endpoint and API key

For an external model, enter the request endpoint and the API key, then click Save. For an internal model, the access route is connected automatically from the deployment settings.

Endpoint and API key

Create an agent and map it to a collection

Open Agents in the left sidebar, review the current agents, and click + Create agent. At this step, also set the collection ID the agent will belong to.

Agent list

Agent metadata

Connect the operating mode and system instructions

Fix the agent to either AI Agent mode or Workflow mode. Then, on the agent detail screen, connect the system instructions and the LLM model you just registered.

Agent mode selection

Prompt and model connection

Choose the available tools

From the checkbox list, select the tools and actors the agent will be allowed to call while following its instructions.

Tool and actor selection

What you should be able to do after this lesson

  • Explain the difference between external and internal model deployment types
  • Understand provider registration and model identifiers
  • Register an external model with an API key
  • Connect an agent mode, system instructions, and model into one working configuration
  • Assign the tools and actors the agent can call

Next lesson

In the next lesson, you complete the execution layer by connecting tools, connectors, and knowledge.