Get the (almost) daily changelog
New: Call Metrics & Artifact Improvements
You can now access detailed call performance metrics and structured output IDs directly from your call artifacts.
Turn Latencies
Each conversation turn’s latency
Call.artifact.performanceMetrics.turnLatenciesModel Latency (avg)
Average time for the model to generate a response
Call.artifact.performanceMetrics.modelLatencyAverageVoice Latency (avg)
Average time to synthesize voice
Call.artifact.performanceMetrics.voiceLatencyAverageTranscriber Latency (avg)
Average time to transcribe voice
Call.artifact.performanceMetrics.transcriberLatencyAverageEndpointing Latency (avg)
Time to detect end of a conversation turn
Call.artifact.performanceMetrics.endpointingLatencyAverageTurn Latency (avg)
Average latency to complete a conversation turn
Call.artifact.performanceMetrics.turnLatencyAverageStructured Output IDs & Results
Track and extract structured outputs from your calls
During call: Access array of output IDs
Call.artifactPlan.structuredOutputIdsAfter call: Extracted outputs are stored here
Call.artifact.structuredOutputs
These improvements help you monitor, debug, and analyze your calls with greater detail.