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

# Simli

> Python API reference for the simli avatars provider.

<Card title="Usage guide" icon="book" href="/plugins/avatar/simli" horizontal>
  Setup, environment variables, and Python/JavaScript/Go usage examples.
</Card>

## SimliAvatar

Initialize the Simli Avatar plugin.

Slot: avatar. Route: plugins -- direct to the vendor, with SIMLI\_API\_KEY or
an explicit api\_key.

```python theme={null}
from zeroruntime.plugins import SimliAvatar  # direct to the vendor, with your key
```

### Fields

<ParamField path="config" type="Any" required />

<ParamField path="transport_mode" type="str" default="P2P" />

<ParamField path="simli_url" type="str" default="https://api.simli.ai" />

<ParamField path="is_trinity_avatar" type="bool" default="False" />
