I was testing the API with hazel-edit-6 model which was working until 09/12 however since December 11th the api has been responding with this error:
{\n \“error\”: {\n \“message\”: \“The model ‘hazel-edit-6’ does not exist.\”,\n \“type\”: \“invalid_request_error\”,\n \“param\”: null,\n \“code\”: \“model_not_found\”\n }\n}
What’s confusing because when I give a model that I know doesn’t exist they responds with:
{ “error”: { “message”: “Invalid value: ‘dall-e’ Supported values are: ‘dall-e-2’, ‘gpt-image-1’, ‘gpt-image-1-mini’, ‘gpt-image-1.5’, ‘gpt-image-1.5-mini’, ‘hazel-gen-2’, ‘hazel-gen-3’, ‘hazel-gen-4’, ‘hazel-edit-2’, ‘hazel-edit-4’, ‘hazel-edit-5’, ‘hazel-edit-6’, ‘hazel-edit-7’, and ‘hazel-small-2’.”, “type”: “invalid_request_error”, “param”: null, “code”: “invalid_value” }
}Why this is happening?