Feat: add Zhipu GLM-ASR model (#10529)

### What problem does this PR solve?

Add Zhipu GLM-ASR model

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
Yongteng Lei
2025-10-14 09:32:45 +08:00
committed by GitHub
parent 21a62130c8
commit 9e73f799b2
2 changed files with 52 additions and 4 deletions

View File

@ -803,6 +803,12 @@
"tags": "TEXT EMBEDDING",
"max_tokens": 512,
"model_type": "embedding"
},
{
"llm_name": "glm-asr",
"tags": "SPEECH2TEXT",
"max_tokens": 4096,
"model_type": "speech2text"
}
]
},
@ -5140,4 +5146,4 @@
]
}
]
}
}