# big-model-api **Repository Path**: taj5/big-model-api ## Basic Information - **Project Name**: big-model-api - **Description**: API方式测试服务商提供的模型能力 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-11 - **Last Updated**: 2025-05-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # streaming-asr-demo The API response of the streaming ASR demo is in the following format: ```json { "id": 1, "path": "audios/一系统精煤产量.wav", "result": { "payload_msg": { "addition": { "duration": "4352", "logid": "2025051117242512786A2B2BBA61EB26FF", "split_time": "[]" }, "code": 1000, "message": "Success", "reqid": "4be023f2-f466-44af-b09e-12f730330699", "result": [ { "confidence": 0, "text": "一系统精美产量。" } ], "sequence": -2 }, "payload_size": 241 } } ```