Can you check that the openai front end you’re using to test it isn’t pinning the full model name in js before it sends the request off?
I have the source code for the async-openai = “0.28.0” lib in rust. I will investigate mine as well.
The current suspicion is that specifying the full model works, but not specifying causes the error as of today.