Skip to main content
0 votes
1 answer
22 views

Problem I'm using the Azure OpenAI Realtime API (gpt-realtime-mini-2025-12-15) via the .NET OpenAI.Realtime SDK to measure token consumption. The response.done server event includes a usage object ...
Hamed Hajiloo's user avatar
0 votes
0 answers
53 views

I use Cursor IDE. I have reached my monthly usage limit. Therefore, I have added my Azure OpenAI key: However, I'm still getting the error message when trying to use the model that is accessed via my ...
Franck Dernoncourt's user avatar
3 votes
0 answers
89 views

I'm working with the OpenAI.Realtime C# SDK and logging detailed token‑usage metrics for a multi‑turn audio conversation. My setup is based on a custom RealtimeScenarioBase class and a derived ...
Hamed Hajiloo's user avatar
0 votes
0 answers
58 views

I encountered a server error while using the Azure OpenAI Realtime API. The request fails with a server_error even though the request format and connection appear correct. The error occurred during a ...
Cycl0n3's user avatar
  • 697
0 votes
1 answer
60 views

I've been following this documentation here: https://learn.microsoft.com/en-us/azure/foundry/openai/how-to/realtime-audio-sip#connect-to-sip In Twilio, I created an elastic sip trunk for my phone ...
Bugbeeb's user avatar
  • 2,180
1 vote
0 answers
80 views

I am creating a small POC where i am trying to get the response from LLM using gpt-4.1 model Please Note i am using SDK here, i am able to get the response if i create plain REST API. Below is my ...
user32035494's user avatar
0 votes
1 answer
80 views

I’m testing Azure Agent Retrieval with Azure AI Search and Azure OpenAI integration. However, instead of getting a natural language LLM-generated answer, the response only returns raw JSON with ...
roczstar's user avatar
0 votes
0 answers
60 views

We're setting up an Azure OpenAI instance that needs to connect to an Azure AI Search instance (i.e. "Bring Your Own Data"), we're currently using an API key to connect to the Search ...
Zhaph - Ben Duguid's user avatar
0 votes
1 answer
80 views

Using Azure's AI Search Service to chunk and read textfiles, the target field values are always NULL. I tried using a simplified example, just for the fields metadata_blob_name / title and ...
Jonathan's user avatar
  • 2,115
0 votes
1 answer
157 views

I want to create a structured output from an agent call that contains the full response content, as well as additional metadata. For example, I am making a call to find the differences between two ...
Daniel André's user avatar
0 votes
1 answer
84 views

I want to update the capacity of a finetuned GPT model on Azure. How can I do so in Python? The following code used to work a few months ago (it used to take a few seconds to update the capacity) but ...
Franck Dernoncourt's user avatar
2 votes
1 answer
735 views

I'm trying to implement a custom LiteLlm wrapper to access an LLM endpoint. This is the code I have: import os import litellm import requests from dotenv import load_dotenv from litellm import ...
Al Ant's user avatar
  • 3
0 votes
0 answers
247 views

Using the following Microsoft template as my base: https://devblogs.microsoft.com/dotnet/announcing-dotnet-ai-template-preview1/ I want to be able to add my local stdio MCP server as a tool but can't ...
ChewToy's user avatar
  • 756
1 vote
1 answer
381 views

In streaming mode, there is an event "response.output_text.annotation.added", the data looks like { "type": "response.output_text.annotation.added", "...
Luk Aron's user avatar
  • 1,497
0 votes
0 answers
66 views

I'm using the OpenAi text-embedding-3-small model to create embeddings for each product category in a file. In total it's about 6000 product categories and they look like this: Vehicles & Parts &...
eztam's user avatar
  • 3,885

15 30 50 per page
1
2 3 4 5
36