Hi everyone,
I’m encountering a permissions_error when trying to use the Transcriptions API (Whisper). The error message indicates that I’m missing the model.request scope:
{
"error": {
"message": "You have insufficient permissions for this operation. Missing scopes: model.request. Check that you have the correct role in your organization (Reader, Writer, Owner) and project (Member, Owner), and if you're using a restricted API key, that it has the necessary scopes.",
"type": "invalid_request_error",
"param": null,
"code": null
}
}
What’s confusing is:
-
I previously had a similar issue with the Responses API, but that has been resolved.
-
The problem still persists specifically for the Transcriptions (Whisper) API.
-
I’ve already regenerated my API token, so it doesn’t seem to be token-related.
-
The API key is configured with full permissions.
Has anyone experienced this issue specifically with the Transcriptions API?
Is there an additional scope or setting required for Whisper that might not be obvious?
Any help would be appreciated. Thanks!
