vtube.chat

Your live AI persona, in the browser.

Sign in
backend status
{
  "service": "avatar-backend",
  "version": "0.3.0",
  "providers": {
    "anthropic": true,
    "openai": true,
    "together": true,
    "elevenlabs": true
  },
  "infra": {
    "postgres": true,
    "redis": true
  },
  "auth_required": true,
  "tiers": {
    "free": 0,
    "base": 1,
    "pro": 1
  },
  "tier_defaults": {
    "free": {
      "chat_model": {
        "claude": "claude-haiku-4-5-20251001",
        "together": "LiquidAI/LFM2-24B-A2B"
      },
      "tts_model": "eleven_flash_v2_5",
      "stt_model": "whisper-1"
    },
    "base": {
      "chat_model": {
        "claude": "claude-sonnet-4-6",
        "together": "LiquidAI/LFM2-24B-A2B"
      },
      "tts_model": "eleven_turbo_v2_5",
      "stt_model": "whisper-1"
    },
    "pro": {
      "chat_model": {
        "claude": "claude-opus-4-7",
        "together": "LiquidAI/LFM2-24B-A2B"
      },
      "tts_model": "eleven_v3",
      "stt_model": "whisper-1"
    }
  }
}

Coming soon — conversations and the avatar in the browser.