phoenix-3
model.To use the older
phoenix-2
model, set the model_name
parameter to phoenix-2
.Required Parameters
Required Parameters
train_video_url
consent_video_url
train_video_url
train_video_url
and consent_video_url
are publicly accessible download links, such as presigned S3 URLs.Authorizations
Body
A direct link to a publicly accessible storage location such as an S3 bucket. This video will be used for replica training.
"https://my-example-bucket.s3.us-east-1.amazonaws.com/your-train-video.mp4"
A direct link to a video that contains the consent statement. You may optionally send the consent statement in a separate video from your training video. If you do not provide a consent video, the consent statement must be present at the beginning of the training video. This value is required if you want to create a personal replica.
"https://my-example-bucket.s3.us-east-1.amazonaws.com/your-consent-video.mp4"
A url that will receive a callback on completion of replica training or on error.
"https://yourwebsite.com/webhook"
A name for the replica.
"Rio"
The phoenix model version that will be used to train the replica. The current default is phoenix-3
.
"phoenix-3"