Model ID for GPT Assistant - not included

Hey all,

Trying to build a scenario sending to my assistant data using API. On my assistant in Response format added json_schema which is supported only from specific models like gpt-4o-mini.
This model is not listed in module “Create Run”.

How could I complete this scenario?

image

Hello!

This is a limitation of the old API version.

Recently, our developers updated all nodes to API V2. For your convenience, they combined the actions of the ‘create thread,’ ‘create message,’ and ‘create run’ nodes into a single node called ‘send message to assistant,’ which makes the scenario logic much simpler!

In the new node, all versions of assistants are available.

The old nodes are marked as deprecated but haven’t been removed yet so that the scenarios for those who use them won’t break.

So, try out the new node. It’s super convenient!

Hey @Raian,
Thanks for clarifying this! Just tested and it worked man!

1 Like

This topic was automatically closed 4 days after the last reply. New replies are no longer allowed.