runapi-core 0.1.4__tar.gz → 0.1.5__tar.gz
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.
- {runapi_core-0.1.4 → runapi_core-0.1.5}/PKG-INFO +1 -1
- {runapi_core-0.1.4 → runapi_core-0.1.5}/src/runapi/core/contract_gen.py +34 -0
- runapi_core-0.1.5/src/runapi/core/version.py +1 -0
- runapi_core-0.1.4/src/runapi/core/version.py +0 -1
- {runapi_core-0.1.4 → runapi_core-0.1.5}/README.md +0 -0
- {runapi_core-0.1.4 → runapi_core-0.1.5}/pyproject.toml +0 -0
- {runapi_core-0.1.4 → runapi_core-0.1.5}/src/runapi/core/__init__.py +0 -0
- {runapi_core-0.1.4 → runapi_core-0.1.5}/src/runapi/core/auth.py +0 -0
- {runapi_core-0.1.4 → runapi_core-0.1.5}/src/runapi/core/config.py +0 -0
- {runapi_core-0.1.4 → runapi_core-0.1.5}/src/runapi/core/constants.py +0 -0
- {runapi_core-0.1.4 → runapi_core-0.1.5}/src/runapi/core/errors.py +0 -0
- {runapi_core-0.1.4 → runapi_core-0.1.5}/src/runapi/core/files.py +0 -0
- {runapi_core-0.1.4 → runapi_core-0.1.5}/src/runapi/core/http_client.py +0 -0
- {runapi_core-0.1.4 → runapi_core-0.1.5}/src/runapi/core/models.py +0 -0
- {runapi_core-0.1.4 → runapi_core-0.1.5}/src/runapi/core/multipart.py +0 -0
- {runapi_core-0.1.4 → runapi_core-0.1.5}/src/runapi/core/options.py +0 -0
- {runapi_core-0.1.4 → runapi_core-0.1.5}/src/runapi/core/polling.py +0 -0
- {runapi_core-0.1.4 → runapi_core-0.1.5}/src/runapi/core/py.typed +0 -0
- {runapi_core-0.1.4 → runapi_core-0.1.5}/src/runapi/core/resource.py +0 -0
- {runapi_core-0.1.4 → runapi_core-0.1.5}/src/runapi/core/response.py +0 -0
- {runapi_core-0.1.4 → runapi_core-0.1.5}/tests/test_auth.py +0 -0
- {runapi_core-0.1.4 → runapi_core-0.1.5}/tests/test_config.py +0 -0
- {runapi_core-0.1.4 → runapi_core-0.1.5}/tests/test_errors.py +0 -0
- {runapi_core-0.1.4 → runapi_core-0.1.5}/tests/test_files.py +0 -0
- {runapi_core-0.1.4 → runapi_core-0.1.5}/tests/test_http_client.py +0 -0
- {runapi_core-0.1.4 → runapi_core-0.1.5}/tests/test_models.py +0 -0
- {runapi_core-0.1.4 → runapi_core-0.1.5}/tests/test_polling.py +0 -0
- {runapi_core-0.1.4 → runapi_core-0.1.5}/tests/test_resource.py +0 -0
|
@@ -621,6 +621,40 @@ CONTRACT = {
|
|
|
621
621
|
"luma-modify-video": {}
|
|
622
622
|
}
|
|
623
623
|
},
|
|
624
|
+
"midjourney/edit-image": {
|
|
625
|
+
"models": ["midjourney-edit-image"],
|
|
626
|
+
"fields_by_model": {
|
|
627
|
+
"midjourney-edit-image": {}
|
|
628
|
+
}
|
|
629
|
+
},
|
|
630
|
+
"midjourney/get-seed": {
|
|
631
|
+
"models": [],
|
|
632
|
+
"fields_by_model": {
|
|
633
|
+
"_": {}
|
|
634
|
+
}
|
|
635
|
+
},
|
|
636
|
+
"midjourney/image-to-prompt": {
|
|
637
|
+
"models": [],
|
|
638
|
+
"fields_by_model": {
|
|
639
|
+
"_": {}
|
|
640
|
+
}
|
|
641
|
+
},
|
|
642
|
+
"midjourney/image-to-video": {
|
|
643
|
+
"models": ["midjourney-image-to-video"],
|
|
644
|
+
"fields_by_model": {
|
|
645
|
+
"midjourney-image-to-video": {
|
|
646
|
+
"output_resolution": {
|
|
647
|
+
"enum": ["480p"]
|
|
648
|
+
}
|
|
649
|
+
}
|
|
650
|
+
}
|
|
651
|
+
},
|
|
652
|
+
"midjourney/text-to-image": {
|
|
653
|
+
"models": ["midjourney-v8.1"],
|
|
654
|
+
"fields_by_model": {
|
|
655
|
+
"midjourney-v8.1": {}
|
|
656
|
+
}
|
|
657
|
+
},
|
|
624
658
|
"nano-banana/edit-image": {
|
|
625
659
|
"models": ["nano-banana-2-lite", "nano-banana-edit"],
|
|
626
660
|
"fields_by_model": {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.1.5"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.1.4"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|