mapleflow 0.20.1__tar.gz → 0.20.2__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.
- {mapleflow-0.20.1 → mapleflow-0.20.2}/PKG-INFO +1 -1
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/api/ai/post_ai_chat.py +16 -16
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/post_ai_chat_body_model.py +0 -1
- {mapleflow-0.20.1 → mapleflow-0.20.2}/pyproject.toml +1 -1
- {mapleflow-0.20.1 → mapleflow-0.20.2}/.gitignore +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/README.md +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/config.yml +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/__init__.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/api/__init__.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/api/ai/__init__.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/api/ai/post_ai_embeddings.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/api/ai/post_ai_images.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/api/ai/post_ai_speech.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/api/ai/post_ai_transcribe.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/api/images/__init__.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/api/images/post_images_bg_remove.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/api/utility/__init__.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/api/utility/get_currency.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/api/utility/get_weather.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/api/utility/post_translate.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/api/verify/__init__.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/api/verify/post_verify_face.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/client.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/errors.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/__init__.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/get_currency_response_200.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/get_currency_response_400.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/get_currency_response_404.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/get_currency_response_502.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/get_weather_response_200.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/get_weather_response_400.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/get_weather_response_404.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/get_weather_response_502.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/get_weather_units.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/post_ai_chat_body.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/post_ai_chat_body_messages_item.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/post_ai_chat_response_200.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/post_ai_chat_response_400.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/post_ai_embeddings_body.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/post_ai_embeddings_body_model.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/post_ai_embeddings_response_200.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/post_ai_embeddings_response_400.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/post_ai_images_body.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/post_ai_images_body_model.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/post_ai_images_response_200.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/post_ai_images_response_400.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/post_ai_speech_body.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/post_ai_speech_body_model.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/post_ai_speech_response_200.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/post_ai_speech_response_400.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/post_ai_transcribe_body.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/post_ai_transcribe_response_200.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/post_ai_transcribe_response_400.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/post_images_bg_remove_files_body.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/post_images_bg_remove_json_body.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/post_images_bg_remove_response_200.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/post_images_bg_remove_response_400.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/post_images_bg_remove_response_502.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/post_images_bg_remove_response_504.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/post_translate_body.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/post_translate_response_200.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/post_translate_response_400.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/post_translate_response_402.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/post_verify_face_body.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/post_verify_face_response_200.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/post_verify_face_response_400.py +0 -0
- {mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/types.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mapleflow
|
|
3
|
-
Version: 0.20.
|
|
3
|
+
Version: 0.20.2
|
|
4
4
|
Summary: Official Python SDK for the MapleFlow API platform — auto-generated from OpenAPI spec
|
|
5
5
|
Project-URL: Homepage, https://mapleflow.io
|
|
6
6
|
Project-URL: Repository, https://github.com/mapleflow/sdk-python
|
|
@@ -72,10 +72,10 @@ def sync_detailed(
|
|
|
72
72
|
(as low as 0.01 per call). Unused credits are automatically refunded.
|
|
73
73
|
|
|
74
74
|
Available models: llama-3.2-1b, llama-3.2-3b, llama-3.1-8b, gemini-2.5-flash-lite, gemini-2.0-flash,
|
|
75
|
-
gpt-oss-20b, phi-2, mistral-7b, claude-3-haiku,
|
|
76
|
-
|
|
77
|
-
grok-
|
|
78
|
-
|
|
75
|
+
gpt-oss-20b, phi-2, mistral-7b, claude-3-haiku, gpt-4.1-nano, gpt-4.1-mini, gpt-4o-mini,
|
|
76
|
+
gemini-2.5-flash, llama-3.3-70b, deepseek-r1-32b, claude-haiku-4.5, gpt-oss-120b, grok-4.1-fast,
|
|
77
|
+
grok-3-mini, glm-5.2, gpt-4.1, gpt-4o, o4-mini, o3-mini, o3, claude-sonnet-4, claude-sonnet-4.6,
|
|
78
|
+
claude-opus-4.6, grok-3
|
|
79
79
|
|
|
80
80
|
Args:
|
|
81
81
|
body (PostAiChatBody | Unset):
|
|
@@ -110,10 +110,10 @@ def sync(
|
|
|
110
110
|
(as low as 0.01 per call). Unused credits are automatically refunded.
|
|
111
111
|
|
|
112
112
|
Available models: llama-3.2-1b, llama-3.2-3b, llama-3.1-8b, gemini-2.5-flash-lite, gemini-2.0-flash,
|
|
113
|
-
gpt-oss-20b, phi-2, mistral-7b, claude-3-haiku,
|
|
114
|
-
|
|
115
|
-
grok-
|
|
116
|
-
|
|
113
|
+
gpt-oss-20b, phi-2, mistral-7b, claude-3-haiku, gpt-4.1-nano, gpt-4.1-mini, gpt-4o-mini,
|
|
114
|
+
gemini-2.5-flash, llama-3.3-70b, deepseek-r1-32b, claude-haiku-4.5, gpt-oss-120b, grok-4.1-fast,
|
|
115
|
+
grok-3-mini, glm-5.2, gpt-4.1, gpt-4o, o4-mini, o3-mini, o3, claude-sonnet-4, claude-sonnet-4.6,
|
|
116
|
+
claude-opus-4.6, grok-3
|
|
117
117
|
|
|
118
118
|
Args:
|
|
119
119
|
body (PostAiChatBody | Unset):
|
|
@@ -143,10 +143,10 @@ async def asyncio_detailed(
|
|
|
143
143
|
(as low as 0.01 per call). Unused credits are automatically refunded.
|
|
144
144
|
|
|
145
145
|
Available models: llama-3.2-1b, llama-3.2-3b, llama-3.1-8b, gemini-2.5-flash-lite, gemini-2.0-flash,
|
|
146
|
-
gpt-oss-20b, phi-2, mistral-7b, claude-3-haiku,
|
|
147
|
-
|
|
148
|
-
grok-
|
|
149
|
-
|
|
146
|
+
gpt-oss-20b, phi-2, mistral-7b, claude-3-haiku, gpt-4.1-nano, gpt-4.1-mini, gpt-4o-mini,
|
|
147
|
+
gemini-2.5-flash, llama-3.3-70b, deepseek-r1-32b, claude-haiku-4.5, gpt-oss-120b, grok-4.1-fast,
|
|
148
|
+
grok-3-mini, glm-5.2, gpt-4.1, gpt-4o, o4-mini, o3-mini, o3, claude-sonnet-4, claude-sonnet-4.6,
|
|
149
|
+
claude-opus-4.6, grok-3
|
|
150
150
|
|
|
151
151
|
Args:
|
|
152
152
|
body (PostAiChatBody | Unset):
|
|
@@ -179,10 +179,10 @@ async def asyncio(
|
|
|
179
179
|
(as low as 0.01 per call). Unused credits are automatically refunded.
|
|
180
180
|
|
|
181
181
|
Available models: llama-3.2-1b, llama-3.2-3b, llama-3.1-8b, gemini-2.5-flash-lite, gemini-2.0-flash,
|
|
182
|
-
gpt-oss-20b, phi-2, mistral-7b, claude-3-haiku,
|
|
183
|
-
|
|
184
|
-
grok-
|
|
185
|
-
|
|
182
|
+
gpt-oss-20b, phi-2, mistral-7b, claude-3-haiku, gpt-4.1-nano, gpt-4.1-mini, gpt-4o-mini,
|
|
183
|
+
gemini-2.5-flash, llama-3.3-70b, deepseek-r1-32b, claude-haiku-4.5, gpt-oss-120b, grok-4.1-fast,
|
|
184
|
+
grok-3-mini, glm-5.2, gpt-4.1, gpt-4o, o4-mini, o3-mini, o3, claude-sonnet-4, claude-sonnet-4.6,
|
|
185
|
+
claude-opus-4.6, grok-3
|
|
186
186
|
|
|
187
187
|
Args:
|
|
188
188
|
body (PostAiChatBody | Unset):
|
|
@@ -11,7 +11,6 @@ class PostAiChatBodyModel(str, Enum):
|
|
|
11
11
|
GEMINI_2_0_FLASH = "gemini-2.0-flash"
|
|
12
12
|
GEMINI_2_5_FLASH = "gemini-2.5-flash"
|
|
13
13
|
GEMINI_2_5_FLASH_LITE = "gemini-2.5-flash-lite"
|
|
14
|
-
GLM_4_7_FLASH = "glm-4.7-flash"
|
|
15
14
|
GLM_5_2 = "glm-5.2"
|
|
16
15
|
GPT_4O = "gpt-4o"
|
|
17
16
|
GPT_4O_MINI = "gpt-4o-mini"
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/post_images_bg_remove_response_200.py
RENAMED
|
File without changes
|
{mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/post_images_bg_remove_response_400.py
RENAMED
|
File without changes
|
{mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/post_images_bg_remove_response_502.py
RENAMED
|
File without changes
|
{mapleflow-0.20.1 → mapleflow-0.20.2}/mapleflow/models/post_images_bg_remove_response_504.py
RENAMED
|
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
|