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

> TypeScript 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.

```ts theme={null}
import { SimliAvatar } from '@zeroruntime/js-sdk/plugins';  // direct to the vendor, with your key
```

### Options

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

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

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

<ParamField path="is_trinity_avatar" type="boolean" default="false" />
