Uses of Class
com.azure.ai.inference.models.ModelType
Packages that use ModelType
-
Uses of ModelType in com.azure.ai.inference.models
Fields in com.azure.ai.inference.models declared as ModelTypeModifier and TypeFieldDescriptionstatic final ModelTypeModelType.AUDIO_GENERATIONA text-to-audio generative model.static final ModelTypeModelType.CHAT_COMPLETIONA model capable of taking chat-formatted messages and generate responses.static final ModelTypeModelType.EMBEDDINGSA model capable of generating embeddings from a text.static final ModelTypeModelType.IMAGE_EMBEDDINGSA model capable of generating embeddings from an image.static final ModelTypeModelType.IMAGE_GENERATIONA model capable of generating images from an image and text description.static final ModelTypeModelType.TEXT_GENERATIONA text generation model.Methods in com.azure.ai.inference.models that return ModelTypeModifier and TypeMethodDescriptionstatic ModelTypeModelType.fromString(String name) Creates or finds a ModelType from its string representation.ModelInfo.getModelType()Get the modelType property: The type of the AI model.Methods in com.azure.ai.inference.models that return types with arguments of type ModelTypeModifier and TypeMethodDescriptionstatic Collection<ModelType> ModelType.values()Gets known ModelType values.