avocado/podcast-clip-generator

Generate a short clip of an AI character speaking on a podcast

Public
24 runs

Run avocado/podcast-clip-generator with an API

Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.

Input schema

The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.

Field Type Default value Description
podcaster_prompt
string
prompt for the podcaster to generate an anecdote about
voice_id
string
Friendly_Person
Voice ID for the podcast host. Options: Wise_Woman, Friendly_Person, Inspirational_girl, Deep_Voice_Man, Calm_Woman, Casual_Guy, Lively_Girl, Patient_Man, Young_Knight, Determined_Man, Lovely_Girl, Decent_Boy, Imposing_Manner, Elegant_Man, Abbess, Sweet_Girl_2, Exuberant_Girl
podcast_style
string
professional studio podcast with a single host speaking into a microphone, modern setup, warm lighting
Description of the podcast setting/style for image generation

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{
  "type": "object",
  "title": "Output",
  "required": [
    "video",
    "script",
    "audio",
    "image"
  ],
  "properties": {
    "audio": {
      "type": "string",
      "title": "Audio",
      "format": "uri"
    },
    "image": {
      "type": "string",
      "title": "Image",
      "format": "uri"
    },
    "video": {
      "type": "string",
      "title": "Video",
      "format": "uri"
    },
    "script": {
      "type": "string",
      "title": "Script"
    }
  }
}
Example API response
View prediction
{'audio': 'https://replicate.delivery/xezq/AEwx1lIif0X1GSETMJRXiCPVPI3bNeOGlr5YNfNfbryCGQPWB/tmpi8eoz5ic.mp3',
 'image': 'https://replicate.delivery/xezq/reHZofRArjjc9kGBEcw1Ov7xL0rS5ZWOdrAME9VtHd5gB0jVA/out-0.webp',
 'script': 'Hi everyone! So today I wanna tell you how to run a restaurant '
           'because I figured it out at the playground yesterday. First, you '
           'gotta have a really long line like the slide, and make everyone '
           "wait their turn even if they're crying. That's how you know it's "
           'popular! Then, just like when Tommy hogged all the sandbox toys, '
           'you should only give people one fork and make them share. It saves '
           'money! Oh, and the most important thing - if someone asks for '
           "something you don't have, just throw sand at them and run away. "
           "That's what I do when kids want my juice box. Also, make sure to "
           'close randomly for nap time because grown-ups need naps too, even '
           "if people are still hungry. Trust me, I'm three and I know these "
           "things. The playground taught me that if you're loud enough and "
           "run around a lot, people will pay attention to you, and that's "
           "basically what restaurants do, right? Anyway, that's my business "
           'advice. Now I gotta go eat some goldfish crackers. Bye!',
 'video': 'https://replicate.delivery/xezq/G7odbwSf8n1UKiSOvt9Qbizie6nJLrn8psHO58f8zOqADoHrA/output.mp4'}