OpenAI
OpenAI copied to clipboard
Swift community driven package for OpenAI public API
## What Ability to work with models through `Responses API`. > OpenAI's most advanced interface for generating model responses. Supports text and image inputs, and text outputs. Create stateful interactions...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Currently we can only...
As I can tell, there is no support for Responses API yet. It would be nice to have one
**Is your feature request related to a problem? Please describe.** According to new API, Audio Transcriptions now supports Streaming, just like Chat and Create Audio endpoints **Additional context** API Reference:...
Please let us know if this is coming!
**Is your feature request related to a problem? Please describe.** The usage of Audio Speech Stream is not trivial. The community discussed and provided the solution, see https://github.com/MacPaw/OpenAI/issues/185. It would...
**Is your feature request related to a problem? Please describe.** While reviewing #255 that improves support for Reasoning Models, in the [reasoning models guide](https://platform.openai.com/docs/guides/reasoning) I saw that they made changes...
Probably not a big thing in the scheme of the demo, but: - when entering a new chat message the ChatView ListView doesn't scroll to the bottom to show the...
**Is your feature request related to a problem? Please describe.** Structured Outputs have been implemented thanks to @andgordio. With Structured Outputs they've added additional field for when model is unable...
**Describe the bug** Assistants File Upload is hardcoded to attach files to Code Interpreter tool **To Reproduce** Steps to reproduce the behavior: 1. Go to Assistants Tab, click + 2....