OpenAI released access to o1 via API

And I’m hopeful to be able to test it in Cursor (and in the future, o1 pro when that comes out)

Same, it should be happening fairly soon as I understand it. o1 pro API is now available to anyone who’s spent for than $1K on the API and that certainly includes Cursor.

What did you mean by that? For me, I have a paid up openai API key, am level 5, and I can’t use o1.

If you all have it working, could you please show what you added as the model name exactly?

What I’ve tried in model names:
gpt-o1
o1

The main problem is that my account doesn’t have the endpoint available to it yet, looks like.

curl https://api.openai.com/v1/models \

-H “Authorization: Bearer sk-”
{
“object”: “list”,
“data”: [
{
“id”: “gpt-4o-realtime-preview”,
“object”: “model”,
“created”: 1727659998,
“owned_by”: “system”
},
{
“id”: “gpt-4o-realtime-preview-2024-10-01”,
“object”: “model”,
“created”: 1727131766,