synth-ai 0.1.1__py3-none-any.whl → 0.1.3__py3-none-any.whl
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.
- synth_ai/zyk/lms/core/vendor_clients.py +5 -2
- {synth_ai-0.1.1.dist-info → synth_ai-0.1.3.dist-info}/METADATA +1 -1
- {synth_ai-0.1.1.dist-info → synth_ai-0.1.3.dist-info}/RECORD +6 -6
- {synth_ai-0.1.1.dist-info → synth_ai-0.1.3.dist-info}/WHEEL +0 -0
- {synth_ai-0.1.1.dist-info → synth_ai-0.1.3.dist-info}/licenses/LICENSE +0 -0
- {synth_ai-0.1.1.dist-info → synth_ai-0.1.3.dist-info}/top_level.txt +0 -0
@@ -44,6 +44,9 @@ groq_naming_regexes: List[Pattern] = [
|
|
44
44
|
re.compile(r"^llama-3.2-3b-preview$"),
|
45
45
|
re.compile(r"^llama-3.2-11b-vision-preview$"),
|
46
46
|
re.compile(r"^llama-3.2-90b-vision-preview$"),
|
47
|
+
re.compile(r"^meta-llama/llama-4-scout-17b-16e-instruct$"),
|
48
|
+
re.compile(r"^meta-llama/llama-4-maverick-17b-128e-instruct$"),
|
49
|
+
re.compile(r"^qwen/qwen3-32b$"),
|
47
50
|
]
|
48
51
|
|
49
52
|
mistral_naming_regexes: List[Pattern] = [
|
@@ -75,11 +78,11 @@ def get_client(
|
|
75
78
|
return GeminiClient()
|
76
79
|
elif any(regex.match(model_name) for regex in deepseek_naming_regexes):
|
77
80
|
return DeepSeekClient()
|
78
|
-
elif any(regex.match(model_name) for regex in together_naming_regexes):
|
79
|
-
return TogetherClient()
|
80
81
|
elif any(regex.match(model_name) for regex in groq_naming_regexes):
|
81
82
|
return GroqAPI()
|
82
83
|
elif any(regex.match(model_name) for regex in mistral_naming_regexes):
|
83
84
|
return MistralAPI()
|
85
|
+
elif any(regex.match(model_name) for regex in together_naming_regexes):
|
86
|
+
return TogetherClient()
|
84
87
|
else:
|
85
88
|
raise ValueError(f"Invalid model name: {model_name}")
|
@@ -14,7 +14,7 @@ synth_ai/zyk/lms/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3h
|
|
14
14
|
synth_ai/zyk/lms/core/all.py,sha256=wakK0HhvYRuaQZmxClURyNf3vUkTbm3OABw3TgpMjOQ,1185
|
15
15
|
synth_ai/zyk/lms/core/exceptions.py,sha256=K0BVdAzxVIchsvYZAaHEH1GAWBZvpxhFi-SPcJOjyPQ,205
|
16
16
|
synth_ai/zyk/lms/core/main.py,sha256=pLz7COTdvDWQivYaA1iYYF2onUOosD_sFaPJG48bdKM,10598
|
17
|
-
synth_ai/zyk/lms/core/vendor_clients.py,sha256=
|
17
|
+
synth_ai/zyk/lms/core/vendor_clients.py,sha256=ar5kUbzF91l0uWcBIDp5fKkrv6KWpvw-O3LN7dkP4Nk,2952
|
18
18
|
synth_ai/zyk/lms/cost/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
19
19
|
synth_ai/zyk/lms/cost/monitor.py,sha256=cSKIvw6WdPZIRubADWxQoh1MdB40T8-jjgfNUeUHIn0,5
|
20
20
|
synth_ai/zyk/lms/cost/statefulness.py,sha256=TOsuXL8IjtKOYJ2aJQF8TwJVqn_wQ7AIwJJmdhMye7U,36
|
@@ -39,8 +39,8 @@ synth_ai/zyk/lms/vendors/supported/deepseek.py,sha256=BElW0NGpkSA62wOqzzMtDw8XR3
|
|
39
39
|
synth_ai/zyk/lms/vendors/supported/groq.py,sha256=Fbi7QvhdLx0F-VHO5PY-uIQlPR0bo3C9h1MvIOx8nz0,388
|
40
40
|
synth_ai/zyk/lms/vendors/supported/ollama.py,sha256=K30VBFRTd7NYyPmyBVRZS2sm0UB651AHp9i3wd55W64,469
|
41
41
|
synth_ai/zyk/lms/vendors/supported/together.py,sha256=Ni_jBqqGPN0PkkY-Ew64s3gNKk51k3FCpLSwlNhKbf0,342
|
42
|
-
synth_ai-0.1.
|
43
|
-
synth_ai-0.1.
|
44
|
-
synth_ai-0.1.
|
45
|
-
synth_ai-0.1.
|
46
|
-
synth_ai-0.1.
|
42
|
+
synth_ai-0.1.3.dist-info/licenses/LICENSE,sha256=ynhjRQUfqA_RdGRATApfFA_fBAy9cno04sLtLUqxVFM,1069
|
43
|
+
synth_ai-0.1.3.dist-info/METADATA,sha256=BG1WVpscaA1qM4CBePMnBecdIu-p0X6CLXVvMOOWeFo,2760
|
44
|
+
synth_ai-0.1.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
45
|
+
synth_ai-0.1.3.dist-info/top_level.txt,sha256=fBmtZyVHuKaGa29oHBaaUkrUIWTqSpoVMPiVdCDP3k8,9
|
46
|
+
synth_ai-0.1.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|