cURL
curl --request GET \ --url http://localhost:6699/api/v1/models/loaded \ --header 'X-License-Key: <api-key>'
{ "visual": { "model_key": "v2-medium-256", "is_loading": true }, "speech": { "model_key": "mlx-large-v3-turbo", "is_loading": true } }
Returns the visual and speech analysis models that are currently loaded in memory.
Jumper Pro license key passed via header
Current model state
Show child attributes
Was this page helpful?