Vision
List Models
List every model Argus supports, with pricing.
Two families: the curated VLMs served by /vision/locate (per-token pricing; pass their id as model) and the Axilio model line behind /vision/detect (per-page pricing; selected via ocr_engine / inference_type — lite is the free engine, pro is premium).
Public: no API key required (it's a catalog of model names and public prices, nothing sensitive), so a client can discover supported models before it holds credentials. The SDK fetches this once, caches it, and validates find(model=...) locally so a typo fails fast with a clean error instead of a 400 from /locate.
get/api/v1/vision/models
Response
Successful Response