by CPI Staff | Apr 22, 2025 | Blazor, Blog, OpenAI
In this OpenAI .NET blog post, we will demonstrate how to create a web application running on Blazor that translates text using GPT-4o. With the official OpenAI .NET library, it is possible to leverage the entire OpenAI API, including the latest Responses API. This...
by CPI Staff | Apr 18, 2025 | AI, Blog, OpenAI
This blog post provides instructions for using the official OpenAI .NET library to create a console application with the latest OpenAI Responses API. The official OpenAI .NET library is developed in collaboration with Microsoft, and the Azure SDK team announced that...
by CPI Staff | Oct 7, 2024 | .NET, AI, DALL-E, OpenAI
This Azure OpenAI article will show you how to generate DALL-E images with .NET C# Console application using the Azure SDK for .NET. Table of contentsAzure SDK for .NETGenerate DALL-E Images with .NET C# Console ApplicationInstall-PackageProgram.csRelated Articles...