Building Agents
When building your agent, you can customize every detail to match your organization’s standards, tone, and goals.- Set a Name
Choose a clear name that reflects the agent’s purpose. - Add a Prompt
Define the agent’s role, tone, and rules of engagement. - Select a Model
Choose the large language model that powers the agent (see Models section below). - Connect Knowledge Bases
Provide the sources of truth the agent can reference. - Enable Integrations
Connect apps, APIs, or even other agents for advanced actions. - Select Channels
Decide where the agent will be active (web chat, WhatsApp, API, etc.). - Test the Agent
Use the built-in testing feature to verify accuracy and performance before deployment.
Models
VIVI supports a range of large language models (LLMs), each suited to specific use cases. Below is an overview of the current model lineup:Model | Input (tokens) | Maximum Output (tokens) | Use Case |
---|---|---|---|
gpt-4.1 | 1,000,000 | 32,768 | Flagship model for complex work requiring a long context window. |
gpt-4.1-mini | 1,000,000 | 32,768 | Faster, lower-cost option for long-context tasks, with reduced accuracy. |
gpt-4o | 128,000 | 16,384 | Multimodal generalist (text, image, audio). Balanced performance. |
gpt-o3 | 200,000 | 100,000 | Strong reasoning for hard problems that require step-by-step analysis. |
gpt-o4-mini | 200,000 | 100,000 | Compact reasoning model that is strong in math, coding, and visual. |
Best Practices
- Use descriptive names so team members can quickly identify each agent’s role.
- Match the model to the task: choose large-context models for complex reasoning and smaller, faster models for lightweight workflows.
- Test thoroughly after configuring each component to ensure accuracy and reliability.