> For the complete documentation index, see [llms.txt](https://docs.ojin.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ojin.ai/models/oris-portrait.md).

# Oris Portrait

> A cost-effective, lifelike persona model that transforms reference images into natural animated personas

## Overview

The ojin/oris-portrait model creates realistic, expressive digital humans from a single reference image. It excels at producing natural facial animations, lip-syncing, and emotional expressions that bring your persona to life with synchronized speech — at the best price for a real-time talking face.

Want the most expressive, lifelike result? [Oris Presence](/models/oris-presence.md) is our flagship face model, with generative expressions and natural movement. Both models are driven the same way — see [Build with the Python SDK](/models/build-with-python-sdk.md).

## Key Features

* **Full persona look control** - Generate a persona based on any image reference, the persona will behave exactly the same
* **No training required** - You don't need to wait for your persona to be ready, as soon as the reference image is uploaded, you can start using it
* **Natural Lip-Syncing** - Precise lip movements synchronized with speech audio
* **Emotional Expressions** - Support for multiple emotional states and expressions
* **Low Latency** - Fast processing for real-time applications
* **High Resolution** - Support for up to 720p output resolution

## Quick Start

Getting started with ojin/oris-portrait is simple:

1. [**Create an API key**](/getting-started/authentication.md) - Set up authentication for the Ojin platform
2. [**Use a persona template**](/models/introduction/using-persona-template.md) - Use a persona template to generate your persona in seconds
3. [**Integrate with your application**](/models/introduction/integrations.md) - Recommended: the [Python SDK](/models/build-with-python-sdk.md) or Pipecat

## Use Cases

* **Virtual Assistants** - Create responsive customer service personas
* **Educational Content** - Develop engaging tutors and instructors
* **Entertainment** - Produce animated characters for games and media
* **Presentations** - Transform static slides into dynamic video presentations
* **Healthcare** - Build empathetic virtual health assistants


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ojin.ai/models/oris-portrait.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
