I was looking forward to using there openAI responses API when the new gpt-oss models were added to Databricks.
The openAI website states these model are compatible with the responses API.
However, it does not seem to support it on Databricks. See error message below when trying it out with both the gpt-oss end points.
Any idea why the API is not included?
Error code: 400 - {'error_code': 'BAD_REQUEST', 'message': 'BAD_REQUEST: Invalid endpoint type: responses is not supported by gpt-oss-20b.'}