Agents
What is an Agent?
How to Use an Agent
curl https://cloud.vtrix.ai/agent/api/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $YOUR_API_KEY" \
-H "X-Project: Vtrix" \
-d '{
"agent_id": "seagen_agent",
"model":"vtrix-gpt-4.1",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "Hello, please introduce yourself."
}
]
}
]
}'Get Agent ID
Agent vs LLM API Comparison
Feature
LLM API
Agent API
Last updated