You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`options.version`| string |**Required**. The model version |
619
618
|`options.input`| object |**Required**. An object with the model's inputs |
619
+
|`options.model`| string | The name of the model, e.g. `black-forest-labs/flux-schnell`. This is required if you're running an [official model](https://replicate.com/explore#official-models). |
620
+
|`options.version`| string | The 64-character [model version id](https://replicate.com/docs/topics/models/versions), e.g. `80537f9eead1a5bfa72d5ac6ea6414379be41d4d4f6679fd776e9535d1eb58bb`. This is required if you're not specifying a `model`. |
620
621
|`options.stream`| boolean | Requests a URL for streaming output output |
621
622
|`options.webhook`| string | An HTTPS URL for receiving a webhook when the prediction has new output |
622
623
|`options.webhook_events_filter`| string[]| You can change which events trigger webhook requests by specifying webhook events (`start`\|`output`\|`logs`\|`completed`) |
0 commit comments