> 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-presence.md).

# Oris Presence

> Our flagship face model — a fully expressive, generative presence that goes beyond lip-sync.

## Overview

**Oris Presence** is Ojin's highest-quality real-time face model. It generates a fully expressive *presence* — rich facial expressions and natural movement, including the hands — for the most lifelike, dynamic result.

Feed it speech audio and it streams back a synchronized talking-avatar video in real time — pick the model with its `config_id`. New here? See the [Introduction](/models/introduction.md) to compare Ojin's face models and choose the right one.

## Key features

* **Fully expressive presence** — generative facial expressions and natural movement, beyond lip-sync
* **Real-time** — conversation-ready, streamed as synchronized audio + video
* **One config, any integration** — drive it from the Python SDK, Pipecat, or the raw WebSocket API
* **Model slug** — `ojin/oris-presence`

## Quick Start

The fastest way to build with Presence is the **Python SDK** or **Pipecat**:

1. [**Create an API key**](/getting-started/authentication.md) — set up authentication for the Ojin platform
2. **Get an Oris Presence `config_id`** from the [dashboard](https://ojin.ai/dashboard) — see [Best practices](/models/oris-presence/best-practices.md) for reference-image guidance
3. [**Integrate with your application**](/models/introduction/integrations.md) — recommended: Python SDK or Pipecat

## Use Cases

* **Brand & spokesperson** — a premium, lifelike presence that represents your brand
* **High-touch support & sales** — expressive agents for moments that matter
* **Education & training** — engaging tutors with natural expression and movement
* **Interactive experiences** — installations, kiosks, and showcases that feel alive


---

# 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-presence.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.
