Skip to main content

Overview

Semantic Kernel can call AI Sonar through its OpenAI custom endpoint chat completion service.
Type: SDK / Agent FrameworkPrimary Path: OpenAI-compatible chat completionsSupport Confidence: Supported custom endpoint path

Environment

.NET Kernel Builder

Semantic Kernel’s custom endpoint should point to the root OpenAI-compatible /v1 endpoint, not /v1/chat/completions.

Basic Prompt

Endpoint Notes

Use:
Do not use:
Semantic Kernel appends the chat completions path internally for this connector.