exyte/OpenAI: A community-maintained library, written in Swift, provides an easy way to use the OpenAI Assistants API

I would like to present a new community-maintained library for OpenAI Assistants API: exyte/OpenAI (at GitHub).

Currently, we support Assistants API (with Run streaming), Models and Files endpoints.

Our roadmap:

  • Swift Concurrency support
  • Chat
  • Audio
  • Images
  • Moderations
  • Fine-tuning
  • Vector Store Files

Feel free to ask any question or make a contribution by creating a pull request.

1 Like

SwiftOpenAI supports all the endpoints from OpenAi including vector stores, batch, assistants stream and so on!

Support for structured outputs coming this week.