runapi-gemini-omni 0.3.3 → 0.3.4
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.
- checksums.yaml +4 -4
- data/README.md +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4786bf947d495bc73ad8c1144cc60c72e52c61900c4f26d8a5bb166d705f58ab
|
|
4
|
+
data.tar.gz: bf125ab1d6a6ce10bd9ad8b1d56a4ba5e28e20962fe35582b7eb735502d520cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b00d7e63cc09e16fa8f139483aab1665b87b81e1ba28d1e399b1e5074741c66ba69feee0b816067c0a881b6320105c98edbf1f337a6d5877095f3f4710315864
|
|
7
|
+
data.tar.gz: 221b113e534589cc3f2a9280620a9a86afc52d50093f71cda165a03f9a69995bd683145ffebc4324ba336f16e165f3304d841b6c2032b5b6bad7f17898d994dc
|
data/README.md
CHANGED
|
@@ -37,8 +37,8 @@ RunAPI-generated file URLs are temporary. Download and store generated images, v
|
|
|
37
37
|
## Links
|
|
38
38
|
|
|
39
39
|
- Model page: https://runapi.ai/models/gemini-omni
|
|
40
|
-
- SDK docs: https://runapi.ai/docs
|
|
41
|
-
- Product docs: https://runapi.ai/docs
|
|
40
|
+
- SDK docs: https://runapi.ai/docs/resources/sdks
|
|
41
|
+
- Product docs: https://runapi.ai/docs/api/gemini-omni/text-to-video
|
|
42
42
|
- Flash Preview pricing and rate limits: https://runapi.ai/models/gemini-omni/flash-preview
|
|
43
43
|
- Provider comparison: https://runapi.ai/providers/google
|
|
44
44
|
- Full catalog: https://runapi.ai/models
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: runapi-gemini-omni
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.4
|
|
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.
|
|
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.
|
|
25
|
+
version: 0.4.0
|
|
26
26
|
description: The Gemini Omni Ruby SDK is the language-specific package for Gemini
|
|
27
27
|
Omni on RunAPI. Use this package for voice resources, character resources, and multimodal
|
|
28
28
|
video generation workflows when your application needs request bodies, task status
|
|
@@ -68,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
69
|
version: '0'
|
|
70
70
|
requirements: []
|
|
71
|
-
rubygems_version: 4.0.
|
|
71
|
+
rubygems_version: 4.0.10
|
|
72
72
|
specification_version: 4
|
|
73
73
|
summary: Gemini Omni Ruby SDK for RunAPI
|
|
74
74
|
test_files: []
|