I subscribed to the ‘Plus’ plan to get GPT-4. I created an app on Bubble and tried to link GPT-4 with an API, but here is the error I receive: There was an issue setting up your call.
Raw response for the API
Status code 404
{
"error": {
"message": "The model gpt-4-vision-preview does not exist or you do not have access to it.",
"type": "invalid_request_error",
"param": null,
"code": "model_not_found"
}
}