How can I view ChatCompletion API request details made from the Azure OpenAI Playground in the Azure portal?

Padma Dighe 20 Reputation points
2024-12-05T09:48:30.0166667+00:00

Is it possible to view the details like system prompt passed to the ChatCompletion API made from the Azure OpenAI Playground in the Azure portal?

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,081 questions
{count} votes

2 answers

Sort by: Most helpful
  1. santoshkc 15,325 Reputation points Microsoft External Staff Moderator
    2024-12-05T11:33:58.0633333+00:00

    Hi @Padma Dighe,

    Thank you for reaching out to Microsoft Q&A forum!

    It is not possible to view details like the system prompt passed to the ChatCompletion API from the Azure OpenAI Playground directly in the Azure portal.

    However, you can enable Diagnostics on the Azure OpenAI resource. Once enabled, this can provide more detailed logging and monitoring information about the API requests, which might include metadata and usage statistics related to the calls.

    User's image

    I hope you understand! Thank you.

    0 comments No comments

  2. Max Lacy 345 Reputation points
    2024-12-05T13:18:07.91+00:00

    You're looking to view the parameters sent to your model. While not directly possible in the Azure Open AI portal you could use developer mode on your internet browser as an alternative Developer Mode on your browser would allow you to review the threads. Below is an example of a thread I was able to grab using developer mode. User's image


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.