Fine-tuned model does not support image message content types with Assistants API

I get this error when submitting image type messages to the API when using a fine tuned model:

raise self._make_status_error_from_response(err.response) from None
openai.BadRequestError: Error code: 400 - {‘error’: {‘message’: ‘Invalid model: ft:gpt-4o-2024-08-06:personal::AJMD5QXL does not support image message content types.’, ‘type’: ‘invalid_request_error’, ‘param’: ‘model’, ‘code’: ‘invalid_type’}}

I tried both fine tuning the model with and without image data. Note, that I’m using the Assistants API

1 Like

@zorangrete

Thanks for flagging the issue.

1 Like