I have used the batch API for my application but have encountered with an unexpected error with status code 403 and error message “Project … does not have access to model gpt-4o-mini-2024-07-18-batch
”. But when I check the list accessed models, I don’t see any model named “gpt-4o-mini-2024-07-18-batch”. How can I resolve the problem? Below are the details of the messages.
{
- “id”:“batch_req_6768d577967881908e5bc881d5******”,
- “custom_id”:“106311”,
- “response”:{
- “status_code”:403,
- “request_id”:“9b2747cd77f11b10998ad18fb4bce***”,
- “body”:{
- “error”:{
- “message”:“Project
proj_uPoPZWRuS6GBLVk1YMzJ****
does not have access to modelgpt-4o-mini-2024-07-18-batch
”, - “type”:“invalid_request_error”,
- “param”:null,
- “code”:“model_not_found”}}},
- “message”:“Project
- “error”:{
- “error”:null
}