Surfer-H

Comparison chart
Here’s a table of our current agents and how they compare with one another:| Agents | Description | Best for | Example use cases | Powered by |
|---|---|---|---|---|
Surfer-H | An AI agent designed to take action in the real world by seeing what’s on the screen, making decisions, and interacting with UIs. | Executing and automating real-world tasks. | Booking flights, online research, form submissions, end-to-end process automation. | Holo, our open, cost-effective VLMs designed to bridge the gap between visual perception and language understanding — enabling agents to interpret and act within web environments |
Available agents
There are multiple configurations or versions of the Surfer-H agent available to use through the Agent Platform Javascript SDK (AgP JS SDK). The table below defines them and sets out some of their differences.| Agent | Agent identifier | Description |
|---|---|---|
| surferh | surferh | Good agent for navigation and retrieval |
| surferh-high | surferh-high | Best performing agent, but slower |
| surferh-fast | surferh-fast | Fastest agent, but less accurate |
SDK instructions
Our lightweight AgP JS SDK lets you list or select agents and more.List available agents
Use thelistAgents() command to retrieve all currently accessible agents.
Use specific agent
Use the following command to select a specific agent from the list of available agents.For more information on H’s agents, see Agents.
.png)
