> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tavus.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Phoenix-4 Video Requirements

> Recording rules for training a Phoenix-4 face from video, including full body.

Use this path when you call [Create Face](/api-reference/faces/create-face) with **`model_name`: `phoenix-4`** and **`train_video_url`**. The video must be at a **publicly accessible URL**.

See [Choose a Model and Training Path](/sections/faces/which-training-path) if you are still deciding. Phoenix-4 is the only model that supports **full-body** framing.

<Note>
  Video training automatically creates a voice from your recording audio and sets it as the face's `default_voice_id`. You can change it later with [Update Face](/api-reference/faces/update-face).
</Note>

Phoenix-4 faces are ready when training finishes, typically **3–4 hours**.

## Camera & Framing

* Use a stable, eye-level camera setup with your face centered and clearly visible. Your face must fill at least 25% of the frame.
* **Sit at least 3 feet from the camera** in a natural, Zoom-style setup - head, shoulders, and upper chest clearly visible. Ensure well-lit space with a simple background
* **Record in 1080p using a desktop app** - avoid browser recording and low resolution cameras
* Realistic, cartoon, anime, and Pixar-style humans are all fine. Animals, mascots, and other non-human figures are not.
  <img src="https://mintcdn.com/tavus/Z8LAtrrT76rAxJdJ/images/Screenshot-2026-05-07-074306.png?fit=max&auto=format&n=Z8LAtrrT76rAxJdJ&q=85&s=bea661f0f6ef635433c35ee70bf66f0a" alt="Screenshot 2026 05 07 074306" title="Screenshot 2026 05 07 074306" className="mx-auto" width="1765" height="343" data-path="images/Screenshot-2026-05-07-074306.png" />

## Hair & Clothing Separation

Keep a clear gap between head, neck, and clothing:

* **Keep your neck and jawline fully visible** with clear separation from your clothing
* **Avoid high collars or clothing that covers the neck**
* **Keep hair away from the face** and positioned behind the shoulders
* **Avoid bangs, loose strands, or complex hairstyles** that obscure the face, neck, or shoulder

## Supported Video Formats

Whether recording through the [PAL Maker](https://maker.tavus.io/dev/faces/create) or uploading a pre-recorded training video via the [API](/api-reference/faces/create-face), ensure your video meets the following requirements:

* **Minimum frame rate:** 25 FPS
* **Minimum resolution:** 1080p
* **Maximum file size:** 750 MB
* **Supported formats:** `.webm` and `.mp4` (H.264 video codec + AAC audio codec)

## Training Data Policy

All training data uploaded to Tavus must comply with our [Terms of Service](https://www.tavus.io/terms-of-service) and [Acceptable Use Policy](https://www.tavus.io/acceptable-use-policy). You are responsible for confirming you have permission to use any submitted content, including visual, audio, and identity-related assets.

## Recording Structure

Your video must be **one continuous shot**, containing **30 seconds of speaking** followed by **30 seconds of still footage**. You can use a script provided by Tavus or speak on any topic of your choice.

<Steps>
  <Step title="Speaking Segment (30 Seconds)" stepNumber={1}>
    * **Speak naturally on any topic** - the content itself does not matter
    * **Speak clearly and enunciate well** - keeping your teeth visible while talking
    * **Keep head and body movement minimal**
    * **Avoid hand gestures or sudden head turns**
          <Frame>
            <img src="https://mintcdn.com/tavus/Z8LAtrrT76rAxJdJ/images/DR-F-012026-Natalia-11.gif?s=40da4e59df7c4812dfdd281238a2437d" alt="DR F 012026 Natalia 11" width="400" height="225" data-path="images/DR-F-012026-Natalia-11.gif" />
          </Frame>

    Sample script (optional):

    ```txt expandable theme={null}
    Once upon a time, people built a perfect park in the middle of a busy city. This park was big, bright, and full of playful paths. At sunrise, birds sang above the tall trees. Families carried baskets packed with bread, fruit, and juice.

    Children skipped and shouted, chasing balls and flying paper kites. In the afternoon, people played games. Some tapped paddles and bounced plastic balls. Others kicked soccer balls back and forth, laughing loudly with every point scored.
    ```
  </Step>

  <Step title="Still Segment (30 Seconds)" stepNumber={2}>
    * Keep your head **still** and **maintain eye contact with the camera**
    * Keep lips **neutral and closed** throughout
    * Do not lick lips or form unusual mouth shapes
    * Avoid any head tilting or movement

    <Frame>
      <img src="https://mintlify.s3.us-west-1.amazonaws.com/tavus/images/face-training/image3.gif" alt="" />
    </Frame>
  </Step>
</Steps>

<Note>
  Phoenix-4 video training typically takes **3–4 hours**. You can track progress by:

  * Providing a `callback_url` when creating the Face via API
  * Using the [Get Face](/api-reference/faces/get-face) API
  * Checking the [PAL Maker](https://maker.tavus.io/dev)
</Note>

### High-Quality Training Example

<Frame>
  <iframe src="https://drive.google.com/file/d/14cFoL5bt6fktf5YzQq3YidMuhiZscUSc/preview" width="600" height="350" allow="autoplay" />
</Frame>

| Do                                                         | Don't                                             |
| :--------------------------------------------------------- | :------------------------------------------------ |
| Keep your full face visible and in focus                   | Wear clothes that blend into the background       |
| Keep hair and loose strands behind your shoulders and face | Wear accessories (hats, glasses, jewelry, etc.)   |
| Sit still, facing the camera                               | Move around or change positions                   |
| Speak clearly with good enunciation (teeth fully visible)  | Block your face or mouth with hands or microphone |

## Full Body Face

Full body is **Phoenix-4 only**. Send `"model_name": "phoenix-4"` with `train_video_url`.

To create a full body face for conversational video, follow these guidelines.

* **Record in vertical format**, with the full body visible from head to toe
* **Stand still throughout the recording** and avoid large movements or hand gestures
* **Use consistent lighting** with minimal shadows or exposure changes
* **4K resolution is recommended** for best quality

<Frame>
  <img src="https://cdn.zappy.app/5dcc67296ac7948ce99f1385ff05909e.png" className="mx-auto" style={{ width:"50%", maxHeight:"400px", objectFit:"contain" }} />
</Frame>

<Note>
  All standard recording requirements for Phoenix-4 face training still apply.
</Note>
