{
  "ok": true,
  "service": "kira-voice-service",
  "started_at": "2026-06-05T17:24:51+00:00",
  "host": "127.0.0.1",
  "port": 8010,
  "runtime": {
    "base_url": "http://127.0.0.1:8000",
    "model_id": "vox-cpm2"
  },
  "models": [
    {
      "id": "vox-cpm2",
      "object": "model",
      "display_name": "VoxCPM2",
      "upstream_model": "openbmb/VoxCPM2",
      "engine": "vllm-omni",
      "language": "multilingual",
      "notes": "Canonical Kira Voice runtime target.",
      "default": true
    },
    {
      "id": "moss-tts-v1.5",
      "object": "model",
      "display_name": "MOSS-TTS-v1.5",
      "upstream_model": "OpenMOSS-Team/MOSS-TTS-v1.5",
      "engine": "moss-tts",
      "language": "31 languages including ru/en",
      "notes": "Secondary comparison model exposed through the same gateway contract.",
      "default": false
    },
    {
      "id": "qwen3-tts",
      "object": "model",
      "display_name": "Qwen3-TTS",
      "upstream_model": "Qwen/Qwen3-TTS-12Hz-1.7B-Base",
      "engine": "qwen3-tts",
      "language": "multilingual",
      "notes": "OpenClaw-compatible clone model for the Xiangling preset path.",
      "default": false
    },
    {
      "id": "miso-tts",
      "object": "model",
      "display_name": "Miso TTS 8B",
      "upstream_model": "MisoLabs/MisoTTS",
      "engine": "miso-tts",
      "language": "en",
      "notes": "Conversational text-to-speech and voice continuation model.",
      "default": false
    }
  ],
  "runtime_info": {
    "loaded": true,
    "service": "openclaw-qwen3-tts-runtime",
    "model_id": "Qwen/Qwen3-TTS-12Hz-1.7B-CustomVoice",
    "device": "cuda:0",
    "dtype": "bfloat16",
    "load_seconds": 25.389,
    "active_request": false,
    "queue_depth": 0,
    "last_timings": {
      "queue_wait_seconds": 0.0,
      "profile_seconds": 0.0,
      "model_load_or_lookup_seconds": 0.0,
      "inference_seconds": 63.171,
      "postprocess_seconds": 0.003,
      "total_seconds": 63.174
    },
    "last_error": null,
    "voices": [
      "kira-xiangling"
    ],
    "models": [
      {
        "id": "qwen3-tts",
        "object": "model",
        "display_name": "Qwen3-TTS",
        "engine": "qwen3-tts"
      }
    ]
  },
  "runtime_available": true,
  "loaded": true
}