OpenAI endpoints

Forgive me if this is in the docs somewhere (I looked but couldn’t find), but are you able to confirm which OpenAI API endpoints DT4 uses? The reason I ask is that given my job I’m interested in enabling zero data retention, but that is only available for certain endpoints:

https://platform.openai.com/docs/guides/your-data#zero-data-retention

Further / alternatively, any chance of enabling the Azure OpenAI API?

Currently /v1/chat/completions is used but this might change in the future.

No such plans currently. There are just too many APIs and endpoints and we can’t support & test all of them.

Thanks for the swift response. Another, hopefully easier-to-implement question – could one manually configure the API base URL? Or at least let one choose the EU one?

See https://platform.openai.com/docs/guides/your-data#data-residency-controls:

“In Europe, you must also send requests to the https://eu.api.openai.com/ base URL for the request to be processed in the region.”

A future release might support this but no promises.