Max size of OpenApi specification that ChatGPT can read?

I am curious to know what the max size of OpenAPI specification the AI can read.

With the enum property, you can basically give the AI as many options as you want for a certain parameter on a get request. But I’m wondering, is the limit still 4096 tokens? Can ChatGPT only read plugin specs up to 4096 tokens or can it read more?

This is quite important, as it factors heavily into the way to design the API - especially for the plugin we’re building.

3 Likes