Realtime visual agents

Lifelike avatars that run anywhere.

iPhone
Android
Raspberry Pi
Mac mini
Browser
Cloud
Realtimelifelike lip-sync
100+ FPSup to 1000+ on high-end
On-deviceworks offline
Quickstart

Your first agent in two minutes

Install once, then drive a live agent from the CLI, Python, Swift, or plain REST.

Full quickstart →
curl -fsSL https://raw.githubusercontent.com/bithuman-product/homebrew-bithuman/main/install.sh | sh
bithuman pull modern-court-jester
bithuman run     # -> a live agent at http://127.0.0.1:8088
from bithuman import AsyncBithuman

avatar = await AsyncBithuman.create(model_path="agent.imx", api_secret="bh_...")
await avatar.push_audio(pcm_bytes, 16000)   # 16 kHz int16 PCM (ends the utterance)
async for frame in avatar.run():
    render(frame.bgr_image)        # lifelike animated face, in realtime
import bitHumanKit

let runtime = try await Bithuman.createRuntime(modelPath: imxURL)
try runtime.pushAudio(pcm16kMono)  // 16 kHz mono PCM
for await frame in runtime.frames() {
    view.render(frame.cgImage())   // on-device, realtime
}
Try it

Edit, then launch a live agent

Pick an agent and model — the embed code updates live. Hit Launch to talk to it, right here.

Agent
Model
embed.html
Energetic Audio Story Buddy
Press Launch to talk to a live agent
Embed anywhere

Drop an agent into any site

One line of HTML adds a live agent — pick a corner gadget or a full chat widget, then try both right here.

index.html
<!-- Corner gadget — one line -->
<script
  src="https://www.bithuman.ai/bithuman-web-gadget.js"
  data-agent-url="https://bithuman.ai/embed/A74NWD9723">
</script>
your site
Chat

A draggable, resizable avatar bubble in the corner — tap to talk (voice & video). Best for a quick, ambient presence.

index.html
<!-- Chat widget — one line -->
<script
  src="https://www.bithuman.ai/bithuman-chat-widget-v5.js"
  data-agent-url="https://bithuman.ai/A78WKV4515">
</script>
your site
AI assistant
Hi! How can I help you today?
What can bitHuman do?Get started
Ask our AI assistant

A full support-chat experience (the Ivoclar style) — text, voice, and video, with suggested questions and a welcome message. Best for help & sales.

Ship your first visual agent today

Free tier — 99 credits a month, no card required.