Uploaded Files Visible in Chat but Not Accessible to Custom GPTs (and Attachment Quota Still Gets Consumed)
Has anyone else experienced this recently?
I’m seeing what appears to be a bug involving file uploads and Custom GPTs.
What Happens
I upload one or more .mdx files.
The files appear correctly attached in the conversation.
I then ask the GPT to review or analyze the files.
Instead of processing them, the GPT responds as if no files were uploaded and asks me to send them again.
Example:
“For me to review your .mdx files, please send them here in the chat…”
The strange part is that the files are already visible in the conversation UI.
Additional Problem
After retrying the upload multiple times, attachment quota appears to be consumed even though:
The files were never processed.
The GPT never gained access to them.
The requested task was never executed.
Eventually I receive a message indicating that I have exhausted my attachment allowance.
Intermittent Error
In some conversations I also receive:
{
"type": "image_generation_user_error",
"code": "invalid_value",
"message": "The model 'gpt-image-2' does not exist."
}
This is especially confusing because:
No image generation was requested.
The task was purely documentation review.
The uploaded files were MDX files.
Environment
ChatGPT Web
Google Chrome
Multiple Custom GPTs
Multiple retries
MDX documentation files
Expected Behavior
Uploaded files should be available to the GPT after upload completes.
Attachment quota should not be consumed when uploads fail.
Text-only workflows should not trigger image-related errors.
Actual Behavior
Files appear attached but are inaccessible to the GPT.
GPT asks for files that are already attached.
Attachment quota continues decreasing after retries.
Some conversations fail with a
gpt-image-2error.
Has anyone else encountered this behavior?
If so, have you found a workaround or received feedback from OpenAI support?
Discussion in the ATmosphere