Posts by this author

May 28, 2025
Post comments count2
Post likes count0

Semantic Kernel and Microsoft.Extensions.AI: Better Together, Part 2

This is Part 2 of our series on integrating Microsoft.Extensions.AI with Semantic Kernel. In Part 1, we explored the relationship between these technologies and how they complement each other. Now, let's dive into practical examples showing how to use Microsoft.Extensions.AI abstractions with Semantic Kernel in non-agent scenarios. Getting Start...

Semantic KernelAnnouncementSamples
May 21, 2025
Post comments count0
Post likes count1

Semantic Kernel and Microsoft.Extensions.AI: Better Together, Part 1

This is the start of a series highlighting the integration between Microsoft Semantic Kernel and Microsoft.Extensions.AI. Future parts will provide detailed examples of using Semantic Kernel with Microsoft.Extensions.AI abstractions.  The most common questions are:  This blog post will address these questions and offer guidance ...

Semantic KernelAnnouncementSamples
May 21, 2025
Post comments count0
Post likes count0

Transitioning to new Extensions AI IEmbeddingGenerator interface

As Semantic Kernel shifts its foundational abstractions to Microsoft.Extensions.AI, we are obsoleting and moving away from our experimental embeddings interfaces to the new standardized abstractions that provide a more consistent and powerful way to work with AI services across the .NET ecosystem. The Evolution of Embedding Generation in Seman...

Semantic KernelAnnouncementSamples
Apr 3, 2025
Post comments count1
Post likes count3

Using OpenAI’s Audio-Preview Model with Semantic Kernel

OpenAI's gpt-4o-audio-preview is a powerful multimodal model that enables audio input and output capabilities, allowing developers to create more natural and accessible AI interactions. This model supports both speech-to-text and text-to-speech functionalities in a single API call through the Chat Completions API, making it suitable for building vo...

Semantic KernelSamples.NET
Mar 6, 2025
Post comments count0
Post likes count0

Effortlessly Integrate xAI’s Grok with Semantic Kernel

For Semantic Kernel users, integrating xAI's Grok API using the OpenAI connector is a breeze thanks to its compatibility with OpenAI's API format. This tutorial focuses on setting up Grok in your Semantic Kernel projects with minimal fuss, using C# and Python examples. Why Grok? Grok, built by xAI, is a powerful AI model, offers a 128k conte...

Semantic KernelAnnouncement.NET
Feb 18, 2025
Post comments count3
Post likes count3

Using OpenAI’s o3-mini Reasoning Model in Semantic Kernel

OpenAI’s o3-mini is a newly released small reasoning model (launched January 2025) that delivers advanced problem-solving capabilities at a fraction of the cost of previous models. It excels in STEM domains (science, math, coding) while maintaining low latency and cost similar to the earlier o1-mini model. This model is also available as Azure...

Semantic KernelAnnouncementsAnnouncement
Nov 21, 2024
Post comments count0
Post likes count0

Announcing the GA Release of Filters for .NET and Python in Semantic Kernel

We are excited to announce the General Availability (GA) release of Filters for our .NET and Python Semantic Kernel! This vital enhancement strengthens the control and visibility developers have when running functions, ensuring responsible AI practices are instilled from the ground up. Filters not only improve security but also contribute to buildi...

Semantic KernelAnnouncementsAnnouncement
Nov 1, 2024
Post comments count0
Post likes count1

Introducing AWS Bedrock with Semantic Kernel

One of the principal features of Semantic Kernel is its ability to integrate various AI services seamlessly. We are pleased to announce that this capability now extends to AWS Bedrock. With AWS Bedrock, you can access foundational models such as the Amazon Titan models. The new connector supports Chat Completion, Text Generation, and Text Embedd...

Semantic KernelAnnouncement
Sep 12, 2024
Post comments count5
Post likes count1

Introducing new Ollama Connector for Local Models

Introducing new Ollama Connector for Local Models  As a long-awaited feature we are happy to bring a dedicated Ollama Connector. In the core implementation of this connector, we are also using the Ollama Sharp library which allows you to manipulate some native Ollama APIs as well as using it with our connector for breaking glass scenarios (provide...

Announcement
Sep 11, 2024
Post comments count0
Post likes count1

Introducing Azure AI Inference Connector for Azure AI Studio Models

Introduction  With the latest launch of the Azure AI Inference SDK for Azure AI Studio Models Catalog, we are happy to announce that we have also made available our dedicated Azure AI Inference Semantic Kernel Connector.  This connector is specially designed on top of the published Azure AI Inference SDK and is targeted to allow easy access to ...

Semantic Kernel