你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ModelInfoOutput interface

表示有关 AI 模型的一些基本信息。

属性

model_name

AI 模型的名称。 例如:Phi21

model_provider_name

模型提供程序名称。 例如:Microsoft Research

model_type

AI 模型的类型。 配置文件的唯一标识符。

可能的值:“embeddings”、“image_generation”、“text_generation”、“image_embeddings”、“audio_generation”、“chat_completion”

属性详细信息

model_name

AI 模型的名称。 例如:Phi21

model_name: string

属性值

string

model_provider_name

模型提供程序名称。 例如:Microsoft Research

model_provider_name: string

属性值

string

model_type

AI 模型的类型。 配置文件的唯一标识符。

可能的值:“embeddings”、“image_generation”、“text_generation”、“image_embeddings”、“audio_generation”、“chat_completion”

model_type: string

属性值

string