Has anybody else been getting this 500 error through the API? I've been trying to use the new gpt-4o-mini model for my existing project (which uses tool calling with a combination of gpt-4o and gpt-3.5-turbo models), but I'm getting the following error from time to time:
Error code: 500 - {'error': {'message': 'The model produced invalid content. Consider modifying your prompt if you are seeing this error persistently.', 'type': 'model_error', 'param': None, 'code': None}}
Not really sure what the reason might be. The same prompt + tool call and settings work with gpt-4o and gpt-3.5-turbo. When I switch the model name to the new one, it sometimes works but other times throws this error. It would be great if a dev at OpenAI could chime in and clarify if it is an issue on my end or it's on OpenAI's end.