Constructor
Returns
GroundingModel
Properties
string
required
The wire-level model identifier sent in the request body.
Methods
availableAliases()
byAlias on this machine, deduplicated
and sorted alphabetically. Use to discover what aliases the loaded config
(bundled defaults plus any user provider files advertises.
Returns
string[]
byAlias()
"ui_venus_30b",
"ui_tars_7b", "openrouter_claude_opus", or any alias declared by a
user provider). Throws if the alias is unknown.
Parameters
string
required
Returns
GroundingModel
checkAuth()
default()
Returns
GroundingModel
ground()
concept on target and return zero-based pixel coordinates
[x, y]:
- If
targetis anImage, coordinates are in image-space. - If
targetis aScreenshot, coordinates are in the global desktop space in OS-native units (may be negative on multi-monitor setups; see [Machine]).
target.ground(model, concept).
Parameters
Image | Screenshot
required
string
required
Returns
[number, number]
uiTars7B()
ui_tars_7b alias. Throws if no
provider advertises that alias.
Returns
GroundingModel
uiVenus30B()
ui_venus_30b alias. Throws if no
provider advertises that alias.
Returns
GroundingModel
