Api models for a specific feature

The list of API AI models is here:

https://platform.openai.com/docs/models

Just yesterday I posted a bit of code that will filter the list of models from the models endpoint down to those which can be used with the chat completions endpoint.

You’ll likely want to “chat” with either gpt-4o-2024-11-20, or gpt-4-turbo. Alternately, submit a single question needing problem-solving ability as just a user message to o1-preview.

2 Likes