{"model":{"id":"multimodal-video","name":"Multimodal Video","description":"NVIDIA Nemotron Omni for video understanding. Pair a video clip with a prompt and get a reasoned answer about its contents.","tasks":["vqa","caption","reasoning"],"credits_per_call":4,"input_fields":{"video_url":"string (required — HTTPS URL to a public video)","prompt":"string (required)"},"output_fields":{"result.text":"string"},"api_gross_margin_percent":20,"schema_url":"/api/v1/vision?model_id=multimodal-video","input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.artemotion.ai/api/v1/vision?model_id=multimodal-video","title":"Multimodal Video request","type":"object","properties":{"model_id":{"type":"string","const":"multimodal-video"},"webhook_url":{"type":"string","format":"uri","maxLength":2048},"webhook_secret":{"type":"string","maxLength":512},"video_url":{"type":"string","format":"uri"},"prompt":{"type":"string"},"question":{"type":"string"}},"required":["model_id","video_url"],"anyOf":[{"required":["prompt"]},{"required":["question"]}],"additionalProperties":false}},"version":"1","rate_limit":"20 req/min"}