runapi-infinitetalk 0.2.8 → 0.2.9
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 +4 -4
- 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: a2736d320b45fdad00cdae8dc677bf00e4b6c33707b1afacda4a26786e6a5241
|
|
4
|
+
data.tar.gz: 21fa99c416e57ba8b6c8c0b397421b3813dfaa762178142d3121f90951db5e87
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e3cdd5e8135ec94a99861dc2289239c67ce63f64f65212ad27d2f5cecccf6a2ea90547bf7d23c598db9a654f1369e694ff05214ce7fb68ebcbfd3dd7f92c8f55
|
|
7
|
+
data.tar.gz: 4afbd0f257c00ba662319189187a771651b84592c123981f5f00299f52e914788ceac52eda67c99f917822c0cbcf3a37a94e712e57a443a7a3cf8183febe9806
|
data/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
The InfiniteTalk Ruby SDK is the language-specific package for InfiniteTalk on RunAPI. Use this package for video generation, animation, and video editing 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 `infinitetalk-sdk` repository. For the repository overview, start at `../README.md`; for model details, use https://runapi.ai/models/infinitetalk; for API reference, use https://runapi.ai/docs
|
|
5
|
+
This README is the Ruby package guide inside the public `infinitetalk-sdk` repository. For the repository overview, start at `../README.md`; for model details, use https://runapi.ai/models/infinitetalk; for API reference, use https://runapi.ai/docs/api/infinitetalk/audio-to-video; for SDK docs, use https://runapi.ai/docs/resources/sdks.
|
|
6
6
|
|
|
7
7
|
## Install
|
|
8
8
|
|
|
@@ -17,7 +17,7 @@ require "runapi/infinitetalk"
|
|
|
17
17
|
|
|
18
18
|
client = RunApi::Infinitalk::Client.new
|
|
19
19
|
task = client.audio_to_video.create(
|
|
20
|
-
# Pass the InfiniteTalk JSON request body from https://runapi.ai/docs
|
|
20
|
+
# Pass the InfiniteTalk JSON request body from https://runapi.ai/docs/api/infinitetalk/audio-to-video.
|
|
21
21
|
)
|
|
22
22
|
status = client.audio_to_video.get(task.id)
|
|
23
23
|
```
|
|
@@ -33,8 +33,8 @@ Use Ruby keyword arguments and the `RunApi::Infinitalk` error classes when build
|
|
|
33
33
|
## Links
|
|
34
34
|
|
|
35
35
|
- Model page: https://runapi.ai/models/infinitetalk
|
|
36
|
-
- SDK docs: https://runapi.ai/docs
|
|
37
|
-
- Product docs: https://runapi.ai/docs
|
|
36
|
+
- SDK docs: https://runapi.ai/docs/resources/sdks
|
|
37
|
+
- Product docs: https://runapi.ai/docs/api/infinitetalk/audio-to-video
|
|
38
38
|
- Pricing and rate limits: https://runapi.ai/models/infinitetalk
|
|
39
39
|
- Provider comparison: https://runapi.ai/providers/meigen-ai
|
|
40
40
|
- Full catalog: https://runapi.ai/models
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: runapi-infinitetalk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.9
|
|
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 InfiniteTalk Ruby SDK is the language-specific package for InfiniteTalk
|
|
27
27
|
on RunAPI. Use this package for video generation, animation, and video editing workflows
|
|
28
28
|
when your application needs request bodies, task status lookup, and consistent RunAPI
|
|
@@ -66,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
66
66
|
- !ruby/object:Gem::Version
|
|
67
67
|
version: '0'
|
|
68
68
|
requirements: []
|
|
69
|
-
rubygems_version: 4.0.
|
|
69
|
+
rubygems_version: 4.0.10
|
|
70
70
|
specification_version: 4
|
|
71
71
|
summary: InfiniteTalk Ruby SDK for RunAPI
|
|
72
72
|
test_files: []
|