Getting the following error when calling completions api:
‘Project proj_{id}
does not have access to model gpt-4o
’
Am using node SDK. Tried upgrading to latest package version, which didn’t help.
Getting the following error when calling completions api:
‘Project proj_{id}
does not have access to model gpt-4o
’
Am using node SDK. Tried upgrading to latest package version, which didn’t help.
Looked more into my project’s settings and found that I was explicitly allowing certain models, so this was not included in that list. Just added it.
What configuration did you use?