Hey Team, I just got started with the platform and was exploring the playground but was not able to use o1-pro or o3-pro model. I even configured my keys properly it shows : Error code: 404 - {'error': {'message': 'This model is only supported in v1/responses and not in v1/chat/completions.', 'type': 'invalid_request_error', 'param': 'model', 'code': None}}
馃挕聽Hint: Mention RunLLM in the thread for followups.
馃挕聽Hint: Mention RunLLM in the thread for followups.
Hey Yash M. - as the error is indicating, we use chat completions on the playground because it's mainly meant to be a stateless invocation of an LLM but it might be the case (new to me) that 01-pro and 03-pro are stateful via the responses API. I think we definitely need to support responses going forward if this is a case but we would have to adjust a bit. Please feel free to raise a github ticket. We'll post one here if we file one ourselves. Thanks for trying out the playground and feedback!
