Skip to content

Conversation

Phylliida
Copy link

@Phylliida Phylliida commented Jul 31, 2025

OpenAI compatible API supports this already, however it doesn't allow for polling so it isn't suitable for requests that take a very long time.

This makes it so you can use the polling stuff but also send multiple requests in a single request, via:

  • send prompt as an array of prompts, or
  • send tokens as an array of array of tokens

It also adds support for tokens parameter (which can be just a single array, or array of array as mentioned), which previously wasn't supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant