Skip to content

Releases: guitaripod/OpenAIKit

1.2.5

11 Jul 16:27

Choose a tag to compare

What's Changed

  • Document OpenAI's increased structured output limits (Marcus Ziadé)

Installation

Swift Package Manager

dependencies: [
    .package(url: "https://github.com/marcusziade/OpenAIKit.git", from: "1.2.5")
]

1.2.4

02 Jul 13:04

Choose a tag to compare

What's Changed

  • Fix gpt-image-1 response parsing by removing explicit CodingKeys (Marcus Ziadé)

Installation

Swift Package Manager

dependencies: [
    .package(url: "https://github.com/marcusziade/OpenAIKit.git", from: "1.2.4")
]

1.2.3

02 Jul 10:39

Choose a tag to compare

What's Changed

  • Improve gpt-image-1 encoding to match API requirements (Marcus Ziadé)
  • Fix gpt-image-1 support (Marcus Ziadé)

Installation

Swift Package Manager

dependencies: [
    .package(url: "https://github.com/marcusziade/OpenAIKit.git", from: "1.2.3")
]

1.2.2

02 Jul 06:19

Choose a tag to compare

What's Changed

  • Add gpt-image-1 support to ImageResponse (Marcus Ziadé)

Installation

Swift Package Manager

dependencies: [
    .package(url: "https://github.com/marcusziade/OpenAIKit.git", from: "1.2.2")
]

1.2.1

30 Jun 07:09

Choose a tag to compare

What's Changed

  • improve docs (Marcus Ziadé)
  • Merge SDK test report into README and improve organization (Marcus Ziadé)

Installation

Swift Package Manager

dependencies: [
    .package(url: "https://github.com/marcusziade/OpenAIKit.git", from: "1.2.1")
]

1.2.0

27 Jun 13:13

Choose a tag to compare

What's Changed

  • Fix release workflow for Swift Package releases (Marcus Ziadé)
  • Add comprehensive CI/CD system with cross-platform support (Marcus Ziadé)
  • docs: Add missing code files for DeepResearch streaming tutorial section 5 (Marcus Ziadé)
  • chore: Update macOS deployment target to v13 (Marcus Ziadé)
  • Update DeepResearch documentation and tutorials (Marcus Ziadé)
  • Fix DeepResearch content handling for array-based message content (Marcus Ziadé)
  • docs: Update DeepResearch tutorials to use Responses API (Marcus Ziadé)
  • docs: Update SDK test report with DeepResearch findings (Marcus Ziadé)
  • test: Update DeepResearch tests to handle API token requirements (Marcus Ziadé)
  • fix: Add CodingKeys and background property for DeepResearch API (Marcus Ziadé)
  • feat: Add comprehensive unit tests for SDK validation (Marcus Ziadé)
  • chore: Remove OpenAIKitTester backup file (Marcus Ziadé)
  • refactor: Modularize OpenAIKitTester for better maintainability (Marcus Ziadé)
  • feat: Add missing code files for DeepResearch interactive tutorial (Marcus Ziadé)
  • fix: Add macOS 13.0 availability annotation and fix Codable warnings (Marcus Ziadé)
  • update README with SDK testing instructions (Marcus Ziadé)
  • docs: Update SDK test report with DeepResearch implementation status (Marcus Ziadé)
  • fix: Make ChatMessage content optional to match API (Marcus Ziadé)
  • test: Add comprehensive DeepResearch tests (Marcus Ziadé)
  • docs: Add comprehensive DeepResearch documentation (Marcus Ziadé)
  • feat: Integrate Responses API into OpenAIKit client (Marcus Ziadé)
  • feat: Add DeepResearch model constants (Marcus Ziadé)
  • feat: Add Responses API and DeepResearch support (Marcus Ziadé)
  • docs: Update SDK test report with accurate model information (Marcus Ziadé)
  • docs: Enhance image generation tutorial with comprehensive coverage (Marcus Ziadé)
  • docs: Update DocC code examples to use ModelConstants (Marcus Ziadé)
  • docs: Update documentation to use ModelConstants instead of hardcoded strings (Marcus Ziadé)
  • docs: Add comprehensive documentation for image generation models (Marcus Ziadé)
  • fix: Update tests to use correct batches property name (Marcus Ziadé)

Installation

Swift Package Manager

dependencies: [
    .package(url: "https://github.com/marcusziade/OpenAIKit.git", from: "1.2.0")
]

Release 1.1.0

26 Jun 17:31

Choose a tag to compare

Full test suite for the entire SDK with bug fixes for some endpoints

1.0.0

26 Jun 06:58

Choose a tag to compare

Made without a doubt the best OpenAI Swift SDK on Earth.

  • EVERYTHING in their API
  • 2h17min of interactive DocC tutorials
  • State-of-the-art interface docs
  • Supports Apple platforms and Linux
  • GitHub pages host the docs and interactive tutorials