- Why don’t I see the GPT-5 model in my Assistants API configuration? I still see the o1 and GPT-4 models.
- If I want to use it through the API with a dedicated Assistant and a dedicated knowledge base, how can I do that?
1 Like
Welcome to the community.
- Because it is not supported. More info here and in the model specs.
- You can use gpt-5 only with Responses API or Completions API (limited support). The Assistants API is being deprecated. Responses API is the recommended upgrade.
1 Like