Azure / azure-sdk-for-java

This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.
MIT License
2.34k stars 1.98k forks source link

[FEATURE REQ] Support 'stored' & 'metadata' in Azure OpenAI client for ChatCompetionsOptions #42210

Open thai-op opened 2 weeks ago

thai-op commented 2 weeks ago

Is your feature request related to a problem? Please describe.

Support these 2 new parameters in the latest OpenAI chat completions API:

Additional context These parameters are used for distillation. I don't think Azure supports it yet, but I'd like to at least use the client API against OpenAI endpoints. https://platform.openai.com/docs/guides/distillation

Information Checklist Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report

vivekkothari commented 3 days ago

We would also like to use these params, any chance this can be picked up?