|
名称 |
类型 |
描述 |
示例值 |
|---|---|---|---|
|
object |
模型集配置 |
||
| authConfig | Authorization |
鉴权配置 |
|
| provider |
string |
模型提供商 |
FunctionAI |
| baseUrl |
string |
模型集服务地址,用于调用具体的模型 |
|
| features |
object |
模型能力特征 |
|
| toolCall |
boolean |
是否支持 ToolCall |
|
| vision |
boolean |
是否支持视觉 |
|
| agentThought |
boolean |
是否支持 Agent 推理 |
|
| modelType |
string |
模型类型,包括: llm:文本生成模型 text-embedding: 文本 Embedding 模型 rerank: Rerank 模型 speech2text: 语音转文字模型 tts: 文字转语音模型 moderation:审查模型 |
llm |
| apiInvokeType |
string |
API 调用方式。OpenAI(openai)、Anthropic(anthropic),Ollama(ollama) |
openai |
| models |
array |
模型列表 |
|
|
ModelSetModelProfile |
该文章对您有帮助吗?