{"info":{"title":"Cog","version":"0.1.0"},"openapi":"3.0.2","components":{"schemas":{"fps":{"enum":[24],"type":"integer","title":"fps","description":"An enumeration."},"Input":{"type":"object","title":"Input","required":["prompt"],"properties":{"seed":{"type":"integer","title":"Seed","x-order":7,"nullable":true,"description":"Random seed. Set for reproducible generation"},"image":{"type":"string","title":"Image","format":"uri","x-order":1,"nullable":true,"description":"Input image used as the first frame for image-to-video generation"},"prompt":{"type":"string","title":"Prompt","x-order":0,"description":"Text prompt for video generation"},"duration":{"type":"integer","title":"Duration","default":5,"maximum":12,"minimum":3,"x-order":2,"description":"Video duration in seconds"},"resolution":{"allOf":[{"$ref":"#/components/schemas/resolution"}],"title":"resolution","default":"720p","x-order":3,"description":"Video resolution"},"aspect_ratio":{"allOf":[{"$ref":"#/components/schemas/aspect_ratio"}],"title":"aspect_ratio","default":"16:9","x-order":4,"description":"Video aspect ratio. Ignored if an image is used."},"camera_fixed":{"type":"boolean","title":"Camera Fixed","default":false,"x-order":6,"description":"Whether to fix camera position"}}},"Output":{"type":"string","title":"Output","format":"uri"},"Status":{"enum":["starting","processing","succeeded","canceled","failed"],"type":"string","title":"Status","description":"An enumeration."},"resolution":{"enum":["480p","720p"],"type":"string","title":"resolution","description":"An enumeration."},"WebhookEvent":{"enum":["start","output","logs","completed"],"type":"string","title":"WebhookEvent","description":"An enumeration."},"aspect_ratio":{"enum":["16:9","4:3","1:1","3:4","9:16","21:9","9:21","adaptive"],"type":"string","title":"aspect_ratio","description":"An enumeration."},"ValidationError":{"type":"object","title":"ValidationError","required":["loc","msg","type"],"properties":{"loc":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"}}},"PredictionRequest":{"type":"object","title":"PredictionRequest","properties":{"id":{"type":"string","title":"Id","nullable":true},"input":{"$ref":"#/components/schemas/Input"},"context":{"type":"object","title":"Context","nullable":true,"additionalProperties":{"type":"string"}},"webhook":{"type":"string","title":"Webhook","format":"uri","nullable":true,"maxLength":65536,"minLength":1},"created_at":{"type":"string","title":"Created At","format":"date-time","nullable":true},"output_file_prefix":{"type":"string","title":"Output File Prefix","nullable":true},"webhook_events_filter":{"type":"array","items":{"enum":["start","output","logs","completed"],"type":"string","title":"WebhookEvent","description":"An enumeration."},"default":["start","output","logs","completed"],"nullable":true}}},"PredictionResponse":{"type":"object","title":"PredictionResponse","properties":{"id":{"type":"string","title":"Id","nullable":true},"logs":{"type":"string","title":"Logs","default":""},"error":{"type":"string","title":"Error","nullable":true},"input":{"$ref":"#/components/schemas/Input"},"output":{"$ref":"#/components/schemas/Output"},"status":{"enum":["starting","processing","succeeded","canceled","failed"],"type":"string","title":"Status","description":"An enumeration."},"metrics":{"type":"object","title":"Metrics","nullable":true,"additionalProperties":true},"version":{"type":"string","title":"Version","nullable":true},"created_at":{"type":"string","title":"Created At","format":"date-time","nullable":true},"started_at":{"type":"string","title":"Started At","format":"date-time","nullable":true},"completed_at":{"type":"string","title":"Completed At","format":"date-time","nullable":true}}},"HTTPValidationError":{"type":"object","title":"HTTPValidationError","properties":{"detail":{"type":"array","items":{"type":"object","title":"ValidationError","required":["loc","msg","type"],"properties":{"loc":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"}}},"title":"Detail"}}}}}}