Files
hyungi_document_server/clients/ds-app/contract/fixtures/llm-router-chat.response.json
T

26 lines
1.0 KiB
JSON

{
"_meta": {
"fixture": "llm-router-chat.response",
"status": "CAPTURED_LIVE",
"captured_date": "2026-06-05",
"endpoint": "POST http://100.76.254.116:8890/v1/chat/completions",
"note": "raw llm-router 응답(맥미니 Gemma 4 26B, MLX). 요청 model='mac-mini-default' → 응답 model='mlx-community/gemma-4-26b-a4b-it-8bit' 로 resolve. 매핑: choices[0].message.content→text, finish_reason→AIFinishReason, latency=측정값.",
"latency_observed_s": 1.73
},
"id": "chatcmpl-1780610323",
"object": "chat.completion",
"created": 1780610323,
"model": "mlx-community/gemma-4-26b-a4b-it-8bit",
"choices": [
{
"index": 0,
"message": {
"role": "assistant",
"content": "충격시험은 제품의 설계, 재질, 구조적 특성상 충격 에너지를 흡수할 수 있거나 파손 위험이 극히 낮음을 기술적으로 입증할 경우 면제될 수 있습니다."
},
"finish_reason": "stop"
}
],
"usage": { "prompt_tokens": 42, "completion_tokens": 48, "total_tokens": 90 }
}