mycode-sdk 0.7.0__tar.gz → 0.7.1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mycode-sdk
3
- Version: 0.7.0
3
+ Version: 0.7.1
4
4
  Summary: Lightweight Python SDK for building AI agents.
5
5
  Project-URL: Homepage, https://github.com/legibet/mycode
6
6
  Project-URL: Repository, https://github.com/legibet/mycode
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "mycode-sdk"
7
- version = "0.7.0"
7
+ version = "0.7.1"
8
8
  description = "Lightweight Python SDK for building AI agents."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.12"
@@ -164,15 +164,15 @@
164
164
  },
165
165
  "deepseek": {
166
166
  "deepseek-chat": {
167
- "context_window": 131072,
168
- "max_output_tokens": 8192,
167
+ "context_window": 1000000,
168
+ "max_output_tokens": 384000,
169
169
  "supports_image_input": false,
170
170
  "supports_pdf_input": false,
171
171
  "supports_reasoning": false
172
172
  },
173
173
  "deepseek-reasoner": {
174
- "context_window": 128000,
175
- "max_output_tokens": 64000,
174
+ "context_window": 1000000,
175
+ "max_output_tokens": 384000,
176
176
  "supports_image_input": false,
177
177
  "supports_pdf_input": false,
178
178
  "supports_reasoning": true
@@ -1097,6 +1097,20 @@
1097
1097
  "supports_pdf_input": false,
1098
1098
  "supports_reasoning": true
1099
1099
  },
1100
+ "deepseek/deepseek-v4-flash": {
1101
+ "context_window": 1048576,
1102
+ "max_output_tokens": 393216,
1103
+ "supports_image_input": false,
1104
+ "supports_pdf_input": false,
1105
+ "supports_reasoning": true
1106
+ },
1107
+ "deepseek/deepseek-v4-pro": {
1108
+ "context_window": 1048576,
1109
+ "max_output_tokens": 393216,
1110
+ "supports_image_input": false,
1111
+ "supports_pdf_input": false,
1112
+ "supports_reasoning": true
1113
+ },
1100
1114
  "google/gemini-2.0-flash-001": {
1101
1115
  "context_window": 1048576,
1102
1116
  "max_output_tokens": 8192,
@@ -1727,6 +1741,13 @@
1727
1741
  "supports_pdf_input": true,
1728
1742
  "supports_reasoning": true
1729
1743
  },
1744
+ "openai/gpt-5.5": {
1745
+ "context_window": 1050000,
1746
+ "max_output_tokens": 130000,
1747
+ "supports_image_input": true,
1748
+ "supports_pdf_input": true,
1749
+ "supports_reasoning": true
1750
+ },
1730
1751
  "openai/gpt-oss-120b": {
1731
1752
  "context_window": 131072,
1732
1753
  "max_output_tokens": 32768,
File without changes
File without changes
File without changes