mycode-sdk 0.7.3__tar.gz → 0.7.4__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.
- {mycode_sdk-0.7.3 → mycode_sdk-0.7.4}/.gitignore +2 -0
- {mycode_sdk-0.7.3 → mycode_sdk-0.7.4}/PKG-INFO +1 -1
- {mycode_sdk-0.7.3 → mycode_sdk-0.7.4}/pyproject.toml +1 -1
- {mycode_sdk-0.7.3 → mycode_sdk-0.7.4}/src/mycode/models_catalog.json +30 -2
- {mycode_sdk-0.7.3 → mycode_sdk-0.7.4}/src/mycode/providers/openai_responses.py +1 -1
- {mycode_sdk-0.7.3 → mycode_sdk-0.7.4}/LICENSE +0 -0
- {mycode_sdk-0.7.3 → mycode_sdk-0.7.4}/README.md +0 -0
- {mycode_sdk-0.7.3 → mycode_sdk-0.7.4}/src/mycode/__init__.py +0 -0
- {mycode_sdk-0.7.3 → mycode_sdk-0.7.4}/src/mycode/agent.py +0 -0
- {mycode_sdk-0.7.3 → mycode_sdk-0.7.4}/src/mycode/hooks.py +0 -0
- {mycode_sdk-0.7.3 → mycode_sdk-0.7.4}/src/mycode/messages.py +0 -0
- {mycode_sdk-0.7.3 → mycode_sdk-0.7.4}/src/mycode/models.py +0 -0
- {mycode_sdk-0.7.3 → mycode_sdk-0.7.4}/src/mycode/providers/__init__.py +0 -0
- {mycode_sdk-0.7.3 → mycode_sdk-0.7.4}/src/mycode/providers/anthropic_like.py +0 -0
- {mycode_sdk-0.7.3 → mycode_sdk-0.7.4}/src/mycode/providers/base.py +0 -0
- {mycode_sdk-0.7.3 → mycode_sdk-0.7.4}/src/mycode/providers/gemini.py +0 -0
- {mycode_sdk-0.7.3 → mycode_sdk-0.7.4}/src/mycode/providers/openai_chat.py +0 -0
- {mycode_sdk-0.7.3 → mycode_sdk-0.7.4}/src/mycode/py.typed +0 -0
- {mycode_sdk-0.7.3 → mycode_sdk-0.7.4}/src/mycode/session.py +0 -0
- {mycode_sdk-0.7.3 → mycode_sdk-0.7.4}/src/mycode/tools.py +0 -0
- {mycode_sdk-0.7.3 → mycode_sdk-0.7.4}/src/mycode/utils.py +0 -0
|
@@ -789,7 +789,7 @@
|
|
|
789
789
|
},
|
|
790
790
|
"gpt-5.5": {
|
|
791
791
|
"context_window": 1050000,
|
|
792
|
-
"max_output_tokens":
|
|
792
|
+
"max_output_tokens": 128000,
|
|
793
793
|
"supports_image_input": true,
|
|
794
794
|
"supports_pdf_input": true,
|
|
795
795
|
"supports_reasoning": true
|
|
@@ -1181,6 +1181,13 @@
|
|
|
1181
1181
|
"supports_pdf_input": true,
|
|
1182
1182
|
"supports_reasoning": true
|
|
1183
1183
|
},
|
|
1184
|
+
"google/gemini-3.1-flash-image-preview": {
|
|
1185
|
+
"context_window": 65536,
|
|
1186
|
+
"max_output_tokens": 65536,
|
|
1187
|
+
"supports_image_input": true,
|
|
1188
|
+
"supports_pdf_input": false,
|
|
1189
|
+
"supports_reasoning": true
|
|
1190
|
+
},
|
|
1184
1191
|
"google/gemini-3.1-flash-lite-preview": {
|
|
1185
1192
|
"context_window": 1048576,
|
|
1186
1193
|
"max_output_tokens": 65536,
|
|
@@ -1743,7 +1750,7 @@
|
|
|
1743
1750
|
},
|
|
1744
1751
|
"openai/gpt-5.5": {
|
|
1745
1752
|
"context_window": 1050000,
|
|
1746
|
-
"max_output_tokens":
|
|
1753
|
+
"max_output_tokens": 128000,
|
|
1747
1754
|
"supports_image_input": true,
|
|
1748
1755
|
"supports_pdf_input": true,
|
|
1749
1756
|
"supports_reasoning": true
|
|
@@ -1811,6 +1818,13 @@
|
|
|
1811
1818
|
"supports_pdf_input": false,
|
|
1812
1819
|
"supports_reasoning": true
|
|
1813
1820
|
},
|
|
1821
|
+
"openrouter/pareto-code": {
|
|
1822
|
+
"context_window": 200000,
|
|
1823
|
+
"max_output_tokens": 200000,
|
|
1824
|
+
"supports_image_input": false,
|
|
1825
|
+
"supports_pdf_input": false,
|
|
1826
|
+
"supports_reasoning": true
|
|
1827
|
+
},
|
|
1814
1828
|
"prime-intellect/intellect-3": {
|
|
1815
1829
|
"context_window": 131072,
|
|
1816
1830
|
"max_output_tokens": 8192,
|
|
@@ -2056,6 +2070,20 @@
|
|
|
2056
2070
|
"supports_pdf_input": false,
|
|
2057
2071
|
"supports_reasoning": true
|
|
2058
2072
|
},
|
|
2073
|
+
"xiaomi/mimo-v2.5": {
|
|
2074
|
+
"context_window": 1048576,
|
|
2075
|
+
"max_output_tokens": 131072,
|
|
2076
|
+
"supports_image_input": false,
|
|
2077
|
+
"supports_pdf_input": false,
|
|
2078
|
+
"supports_reasoning": true
|
|
2079
|
+
},
|
|
2080
|
+
"xiaomi/mimo-v2.5-pro": {
|
|
2081
|
+
"context_window": 1048576,
|
|
2082
|
+
"max_output_tokens": 131072,
|
|
2083
|
+
"supports_image_input": true,
|
|
2084
|
+
"supports_pdf_input": true,
|
|
2085
|
+
"supports_reasoning": true
|
|
2086
|
+
},
|
|
2059
2087
|
"z-ai/glm-4.5": {
|
|
2060
2088
|
"context_window": 128000,
|
|
2061
2089
|
"max_output_tokens": 96000,
|
|
@@ -30,7 +30,7 @@ class OpenAIResponsesAdapter(ProviderAdapter):
|
|
|
30
30
|
label = "OpenAI Responses"
|
|
31
31
|
default_base_url = "https://api.openai.com/v1"
|
|
32
32
|
env_api_key_names = ("OPENAI_API_KEY",)
|
|
33
|
-
default_models = ("gpt-5.
|
|
33
|
+
default_models = ("gpt-5.5", "gpt-5.4-mini")
|
|
34
34
|
supports_reasoning_effort = True
|
|
35
35
|
|
|
36
36
|
async def stream_turn(self, request: ProviderRequest) -> AsyncIterator[ProviderStreamEvent]:
|
|
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
|