Skip to content

azure-ai-inference_1.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 03 Oct 20:21
3d1ac52

1.0.0-beta.2 (2024-10-03)

Features Added

  • getModelInfo() API added for ChatCompletionsClient and EmbeddingsClient, along with sample
  • ChatRequestMessage.fromContentItems() static constructor added for image chat scenarios
  • ChatMessageImageContentItem(Path, string) constructor for image file chat scenario
  • getChoice() API added to ChatCompletions and StreamingChatMessageResponseUpdate

Bugs Fixed

  • #42036: illegal char exception for newline in prompt
  • Fixed key authentication issue with non-Azure OpenAI models

Other Changes

  • samples for image chat, function calling, and model info scenarios added
  • tests for image chat and function calling