sutro 0.1.15__tar.gz → 0.1.16__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.

Potentially problematic release.


This version of sutro might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sutro
3
- Version: 0.1.15
3
+ Version: 0.1.16
4
4
  Summary: Sutro Python SDK
5
5
  Project-URL: Homepage, https://sutro.sh
6
6
  Project-URL: Documentation, https://docs.sutro.sh
@@ -9,7 +9,7 @@ installer = "uv"
9
9
 
10
10
  [project]
11
11
  name = "sutro"
12
- version = "0.1.15"
12
+ version = "0.1.16"
13
13
  description = "Sutro Python SDK"
14
14
  readme = "README.md"
15
15
  requires-python = ">=3.10"
@@ -35,16 +35,14 @@ SPINNER = Spinners.dots14
35
35
  ModelOptions = Literal[
36
36
  "llama-3.2-3b",
37
37
  "llama-3.1-8b",
38
- "llama-3.3-70b-8k",
39
- "llama-3.3-70b-64k",
40
- "qwen-qwq-32b-8k",
38
+ "llama-3.3-70b",
39
+ "llama-3.3-70b",
41
40
  "qwen-3-4b",
42
41
  "qwen-3-32b",
43
42
  "qwen-3-4b-thinking",
44
43
  "qwen-3-32b-thinking",
45
44
  "gemma-3-4b-it",
46
- "gemma-3-27b-it-16k",
47
- "gemma-3-27b-it-128k",
45
+ "gemma-3-27b-it",
48
46
  "multilingual-e5-large-instruct",
49
47
  "gte-qwen2-7b-instruct",
50
48
  ]
File without changes
File without changes
File without changes
File without changes
File without changes