model
field in helper responses is a stable, generic label (adskull-vision,
adskull-audio, adskull-video) and is safe to log or store.
Endpoints
You can override the underlying model per request via the
model field with
any AdSkull model from GET /v1/llm/models that supports the relevant
modality. Override only when you need a specific public model’s behavior —
the default backend is already optimized for the helper’s task.
Vision
Audio
audio_url (required), model, language (default auto),
diarize (default false), timestamps (none | sentence | word).
Video
video_url (required), model, detail, frame_sample_rate.
The hidden system prompts are versioned by AdSkull; we may improve them over time but the
output schema is part of our public contract and won’t change without a
deprecation window.

