Skip to content

Releases: runapi-ai/gpt-4o-image-sdk

python/v0.2.0

Choose a tag to compare

@runapi-builder runapi-builder released this 24 Jul 13:02

Added

  • Expose shared Files, Account, and Pricing resources plus typed Task Billing Facts through the Provider Client.

ruby/v0.2.8

Choose a tag to compare

@runapi-builder runapi-builder released this 20 Jul 10:22

Changed

  • Validate that GPT-4o Image requests contain at most 5 source images.

python/v0.1.1

Choose a tag to compare

@runapi-builder runapi-builder released this 20 Jul 10:22

Changed

  • Validate that GPT-4o Image requests contain at most 5 source images.

js/v0.2.8

Choose a tag to compare

@runapi-builder runapi-builder released this 20 Jul 10:22

Changed

  • Validate that GPT-4o Image requests contain at most 5 source images.

go/v0.2.8

Choose a tag to compare

@runapi-builder runapi-builder released this 20 Jul 10:22

Changed

  • Validate that GPT-4o Image requests contain at most 5 source images.

ruby/v0.2.7

Choose a tag to compare

@runapi-builder runapi-builder released this 02 Jul 08:41

Fixed

  • Request validation now derives allowed values (aspect ratios, output resolutions, formats) from the RunAPI request contract, so valid requests are no longer rejected client-side.
  • Corrected field names and widened enum coverage for image generation endpoints.
  • Documented reference image URL parameters where supported.

js/v0.2.7

Choose a tag to compare

@runapi-builder runapi-builder released this 02 Jul 08:41

Fixed

  • Request validation now derives allowed values (aspect ratios, output resolutions, formats) from the RunAPI request contract, so valid requests are no longer rejected client-side.
  • Corrected field names and widened enum coverage for image generation endpoints.
  • Documented reference image URL parameters where supported.

go/v0.2.7

Choose a tag to compare

@runapi-builder runapi-builder released this 02 Jul 08:42

Fixed

  • Request validation now derives allowed values (aspect ratios, output resolutions, formats) from the RunAPI request contract, so valid requests are no longer rejected client-side.
  • Corrected field names and widened enum coverage for image generation endpoints.
  • Documented reference image URL parameters where supported.

java/v0.1.1

Choose a tag to compare

@runapi-builder runapi-builder released this 25 Jun 04:29

Fixed

  • Fixed Java retry handling for Retry-After response headers.
  • Fixed Java contract validation for action-level conditional rules.
  • Refreshed Java SDK metadata for v0.1.1.

java/v0.1.0

Choose a tag to compare

@runapi-builder runapi-builder released this 24 Jun 17:02

Added

  • Publish ai.runapi:runapi-gpt-4o-image for Java SDK consumers.
  • Include typed Java builders, synchronous client resources, sources, and Javadocs.