[Does beta access mean not open to everone?] "The Assistants API is in beta and we are actively working on adding more functionality."

Looking to experiment with building out some assistants on the newly announced assistant API via: platform.openai .com/docs/api-reference/assistants/createAssistant

Getting a 404 when I POST to api.openai .com/v1/assistants with all relevant details provided… I’m not seeing any details on the createAssistant page itself on if it’s actually available or not… any help would be great!

Cheers

Sean

Hey Sean

According to the docs, the new APIs should be available in 1pm PST. Less than an hour left!

1 Like

Oh thank’s @NotFenixio ! Seems I closed that notification without fully reading it hah, excited to play with Assistant & file attachment.

1 Like

I am using the Python SDK but it still doesn’t work for me.

The error is:

raise self._make_status_error_from_response(err.response) from None
openai.NotFoundError: Error code: 404 - {‘error’: {‘message’: ‘Invalid URL (POST /v1/assistants)’, ‘type’: ‘invalid_request_error’, ‘param’: None, ‘code’: None}}

Any idea? Thanks in advance.