fix(model): the model type does not allow modification, delete tts and speech2text type

This commit is contained in:
Timebomb2018
2026-01-29 15:21:06 +08:00
parent 24d4cb9b94
commit d291c241d5
6 changed files with 7 additions and 89 deletions

View File

@@ -767,26 +767,6 @@ models:
tags:
- 重排序模型
logo: dashscope
- name: paraformer-realtime-v1
type: speech2text
provider: dashscope
description: paraformer-realtime-v1语音转文字模型支持多格式音频/视频文件文件上传限制100MB
is_deprecated: false
is_official: true
tags:
- 语音识别
- 语音转文字
logo: dashscope
- name: paraformer-realtime-v2
type: speech2text
provider: dashscope
description: paraformer-realtime-v2语音转文字模型支持多格式音频/视频文件文件上传限制100MB
is_deprecated: false
is_official: true
tags:
- 语音识别
- 语音转文字
logo: dashscope
- name: multimodal-embedding-v1
type: embedding
provider: dashscope
@@ -838,13 +818,3 @@ models:
- 嵌入模型
- 文本嵌入
logo: dashscope
- name: tts-1
type: tts
provider: dashscope
description: tts-1语音合成模型默认音色知茹新闻女声支持多语言多音色最大文本长度7000字输出MP3格式
is_deprecated: false
is_official: true
tags:
- 语音合成
- 文字转语音
logo: dashscope

View File

@@ -265,33 +265,6 @@ models:
- stream-tool-call
- structured-output
logo: openai
- name: gpt-4o-mini-transcribe
type: speech2text
provider: openai
description: gpt-4o-mini-transcribe语音转文本模型文件上传限制25MB支持flac,mp3,mp4,mpeg,mpga,m4a,ogg,wav,webm格式
is_deprecated: false
is_official: true
tags:
- 语音转文本模型
logo: openai
- name: gpt-4o-transcribe
type: speech2text
provider: openai
description: gpt-4o-transcribe语音转文本模型文件上传限制25MB支持flac,mp3,mp4,mpeg,mpga,m4a,ogg,wav,webm格式
is_deprecated: false
is_official: true
tags:
- 语音转文本模型
logo: openai
- name: whisper-1
type: speech2text
provider: openai
description: whisper-1语音转文本模型文件上传限制25MB支持flac,mp3,mp4,mpeg,mpga,m4a,ogg,wav,webm格式
is_deprecated: false
is_official: true
tags:
- 语音转文本模型
logo: openai
- name: text-embedding-3-large
type: embedding
provider: openai
@@ -319,30 +292,3 @@ models:
tags:
- 文本向量模型
logo: openai
- name: gpt-4o-mini-tts
type: tts
provider: openai
description: gpt-4o-mini-tts文本转语音模型输出音频格式mp3支持多语种语音字数限制3500
is_deprecated: false
is_official: true
tags:
- 文本转语音模型
logo: openai
- name: tts-1-hd
type: tts
provider: openai
description: tts-1-hd高清文本转语音模型输出音频格式mp3支持多语种语音字数限制3500
is_deprecated: false
is_official: true
tags:
- 文本转语音模型
logo: openai
- name: tts-1
type: tts
provider: openai
description: tts-1文本转语音模型输出音频格式mp3支持多语种语音字数限制3500
is_deprecated: false
is_official: true
tags:
- 文本转语音模型
logo: openai