{
  "session_id": "06f61fc3-d882-4537-a69c-1fc7724d8349",
  "tenant_id": "default",
  "agent_id": "restaurant-order",
  "turns": [
    {
      "role": "agent",
      "text": "Is that for collection or delivery?"
    }
  ],
  "usage_by_turn": [
    {
      "turn": 1,
      "timing": {
        "user_speech_seconds": 0.0,
        "agent_speech_seconds": 1.87,
        "response_latency_ms": null,
        "ttfb_ms": {
          "DeepgramSTTService#0": 0,
          "OpenRouterLLMService#0": 11973,
          "DeepgramTTSService#0": 93
        },
        "processing_ms": {
          "DeepgramSTTService#0": 0,
          "OpenRouterLLMService#0": 13305,
          "DeepgramTTSService#0": 1
        }
      },
      "usage": {
        "llm": {
          "model": "google/gemini-2.5-flash-lite",
          "prompt_tokens": 2851,
          "completion_tokens": 17,
          "reasoning_tokens": 0,
          "cached_tokens": 0
        },
        "tts": {
          "model": "aura-2-phoebe-en",
          "characters": 35
        },
        "stt": {
          "model": "nova-3-general",
          "seconds": 29.92
        }
      },
      "cost_usd": {
        "llm": 0.000292,
        "tts": 0.00105,
        "stt": 0.00384,
        "telephony": 0.0,
        "total": 0.005182
      },
      "balance_usd": {
        "before": 5.0,
        "after": 4.994818
      }
    }
  ]
}