runapi-imagen-4 0.2.9 → 0.2.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 517f2ddbc1ed3d973626c6eb9721d15e4f66247409a89670972740206b13d697
4
- data.tar.gz: 8a774175edc67f550c07a190c7ea300c8f60e0d5ed0ebe0a0797f9e388cdac0f
3
+ metadata.gz: a8c6f8f216a7e6e5dcb7e8b2cc2579f67e20a9b828055248af9e3ef2225b1e10
4
+ data.tar.gz: 97d240016b6a0681a05a470e29ffe59bc0b5397b40b42795dc1da1856c704775
5
5
  SHA512:
6
- metadata.gz: ee9415adf2afdea17f4741d9728b5adf6d687277b3c6d6472c9a62ca93978e0da849b7df0552f87424f30680f7b0673bac02373b8dd78e26c6e33fd4c0fd0f86
7
- data.tar.gz: c730f85447da42722b352f5f96372b05c95552a1abd8b08cf92b16122b61fc2e10b3ea721c821934498e2ff3b01997024c7c397524a762e5686fb3aac154269e
6
+ metadata.gz: ca2381804ab29f64c4e9b119d7144fbfbd9969fa4432f67eedfa2f40d78c98318b7b6df101f98d723747fb5c4b9f539d73dbeca88e9fb399d0bc1645ebff5e2a
7
+ data.tar.gz: 0bb912290b536ad3ed6fee7d2262fad86a732b7a2c601688873970c5d76bddc2919cfe5e12e16b098088b86060efa6e64e9a1047beb1f54d5dcf0069f99bd867
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  The Imagen 4 Ruby SDK is the language-specific package for Imagen 4 on RunAPI. Use this package for image generation, image editing, and creative production workflows when your application needs request bodies, task status lookup, and consistent RunAPI errors in Ruby.
4
4
 
5
- This README is the Ruby package guide inside the public `imagen-4-sdk` repository. For the repository overview, start at `../README.md`; for model details, use https://runapi.ai/models/imagen-4; for API reference, use https://runapi.ai/docs#imagen-4; for SDK docs, use https://runapi.ai/docs#sdk-imagen-4.
5
+ This README is the Ruby package guide inside the public `imagen-4-sdk` repository. For the repository overview, start at `../README.md`; for model details, use https://runapi.ai/models/imagen-4; for API reference, use https://runapi.ai/docs/api/imagen-4/text-to-image; for SDK docs, use https://runapi.ai/docs/resources/sdks.
6
6
 
7
7
  ## Install
8
8
 
@@ -17,7 +17,7 @@ require "runapi/imagen_4"
17
17
 
18
18
  client = RunApi::Imagen4::Client.new
19
19
  task = client.text_to_image.create(
20
- # Pass the Imagen 4 JSON request body from https://runapi.ai/docs#imagen-4.
20
+ # Pass the Imagen 4 JSON request body from https://runapi.ai/docs/api/imagen-4/text-to-image.
21
21
  )
22
22
  status = client.text_to_image.get(task.id)
23
23
  ```
@@ -33,8 +33,8 @@ Use Ruby keyword arguments and the `RunApi::Imagen4` error classes when building
33
33
  ## Links
34
34
 
35
35
  - Model page: https://runapi.ai/models/imagen-4
36
- - SDK docs: https://runapi.ai/docs#sdk-imagen-4
37
- - Product docs: https://runapi.ai/docs#imagen-4
36
+ - SDK docs: https://runapi.ai/docs/resources/sdks
37
+ - Product docs: https://runapi.ai/docs/api/imagen-4/text-to-image
38
38
  - Pricing and rate limits: https://runapi.ai/models/imagen-4/imagen-4
39
39
  - Provider comparison: https://runapi.ai/providers/google
40
40
  - Full catalog: https://runapi.ai/models
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runapi-imagen-4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.2.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - RunAPI
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: 0.2.14
18
+ version: 0.4.0
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: 0.2.14
25
+ version: 0.4.0
26
26
  description: The Imagen 4 Ruby SDK is the language-specific package for Imagen 4 on
27
27
  RunAPI. Use this package for image generation, image editing, and creative production
28
28
  workflows when your application needs request bodies, task status lookup, and consistent