mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-06-29 23:41:12 +08:00
### What problem does this PR solve? ``` RAGFlow(user)> list models from 'zhipu-ai'; +------------+------------+---------------+----------------+ | features | max_tokens | model_types | name | +------------+------------+---------------+----------------+ | [thinking] | 128000 | [chat] | glm-4.7 | | [thinking] | 128000 | [chat] | glm-4.5 | | [thinking] | 128000 | [chat vision] | glm-4.6v-Flash | | [thinking] | 128000 | [chat] | glm-4.5-x | | [thinking] | 128000 | [chat] | glm-4.5-air | | [thinking] | 128000 | [chat] | glm-4.5-airx | | [thinking] | 128000 | [chat] | glm-4.5-flash | | [thinking] | 64000 | [vision] | glm-4.5v | | | 128000 | [chat] | glm-4-plus | | | 128000 | [chat] | glm-4-0520 | | | 128000 | [chat] | glm-4 | | | 8000 | [chat] | glm-4-airx | | | 128000 | [chat] | glm-4-air | | | 128000 | [chat] | glm-4-flash | | | 128000 | [chat] | glm-4-flashx | | | 1000000 | [chat] | glm-4-long | | | 128000 | [chat] | glm-3-turbo | | | 2000 | [vision] | glm-4v | | | 8192 | [chat] | glm-4-9b | | | 512 | [embedding] | embedding-2 | | | 512 | [embedding] | embedding-3 | | | 4096 | [asr] | glm-asr | | | 0 | [tts] | glm-tts | | | 0 | [ocr] | glm-ocr | | | 0 | [rerank] | glm-rerank | +------------+------------+---------------+----------------+ ``` ### Type of change - [x] New Feature (non-breaking change which adds functionality) Signed-off-by: Jin Hai <haijin.chn@gmail.com>