azure sdk
3 TopicsAzure AI Model Inference API
The Azure AI Model Inference API provides a unified interface for developers to interact with various foundational models deployed in Azure AI Studio. This API allows developers to generate predictions from multiple models without changing their underlying code. By providing a consistent set of capabilities, the API simplifies the process of integrating and switching between different models, enabling seamless model selection based on task requirements.4.1KViews0likes2CommentsIntroducing AzureSoraSDK: A Community C# SDK for Azure OpenAI Sora Video Generation
Hello everyone! Iβm excited to share the first community release of AzureSoraSDK, a fully-featured .NET 6+ class library that makes it incredibly easy to generate AI-driven videos using Azureβs OpenAI Sora model and even improve your prompts on the fly. π Repository: https://github.com/DrHazemAli/AzureSoraSDK200Views0likes2CommentsIntroducing AzureImageSDK β A Unified .NET SDK for Azure Image Generation And Captioning
Hello π I'm excited to share something I've been working on β AzureImageSDK β a modern, open-source .NET SDK that brings together Azure AI Foundry's image models (like Stable Image Ultra, Stable Image Core), along with Azure Vision and content moderation APIs and Image Utilities, all in one clean, extensible library. While working with Azureβs image services, I kept hitting the same wall: Each model had its own input structure, parameters, and output format β and there was no unified, async-friendly SDK to handle image generation, visual analysis, and moderation under one roof. So... I built one. AzureImageSDK wraps Azure's powerful image capabilities into a single, async-first C# interface that makes it dead simple to: π¨ Inferencing Image Models π§ Analyze visual content (Image to text) π¦ Image Utilities β with just a few lines of code. It's fully open-source, designed for extensibility, and ready to support new models the moment they launch. π GitHub Repo: https://github.com/DrHazemAli/AzureImageSDK Also, I've posted the release announcement on the https://github.com/orgs/azure-ai-foundry/discussions/47 ππ» feel free to join the conversation there too. The SDK is available on NuGet too. Would love to hear your thoughts, use cases, or feedback!100Views1like0Comments