openmates 0.11.0-alpha.37 → 0.11.0-alpha.38
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.
|
@@ -1461,7 +1461,6 @@ var MODEL_ALIASES = {
|
|
|
1461
1461
|
fast: "qwen3-235b-a22b-2507"
|
|
1462
1462
|
};
|
|
1463
1463
|
var CHAT_MODELS = [
|
|
1464
|
-
{ id: "claude-fable-5", name: "Claude Fable 5", providerId: "anthropic" },
|
|
1465
1464
|
{ id: "claude-opus-4-7", name: "Claude Opus 4.7" },
|
|
1466
1465
|
{ id: "claude-opus-4-6", name: "Claude Opus 4.6" },
|
|
1467
1466
|
{ id: "claude-sonnet-4-6", name: "Claude Sonnet 4.6" },
|
|
@@ -31817,7 +31816,7 @@ As of mid-2026, the severe supply shocks from the 2024\u20132025 avian flu have
|
|
|
31817
31816
|
text: "Together AI (US)"
|
|
31818
31817
|
},
|
|
31819
31818
|
description: {
|
|
31820
|
-
text: "Together AI hosts third-party models such as Kimi K2.
|
|
31819
|
+
text: "Together AI hosts third-party models such as Kimi K2.6 on an OpenAI-compatible endpoint. Only used when you select a Together-hosted model. Together receives your chat messages with PII placeholders already substituted client-side."
|
|
31821
31820
|
}
|
|
31822
31821
|
},
|
|
31823
31822
|
groq: {
|
|
@@ -34642,8 +34641,8 @@ As of mid-2026, the severe supply shocks from the 2024\u20132025 avian flu have
|
|
|
34642
34641
|
text: "Devstral 2"
|
|
34643
34642
|
},
|
|
34644
34643
|
kimi_k2: {
|
|
34645
|
-
"
|
|
34646
|
-
text: "Kimi K2.
|
|
34644
|
+
"7_code": {
|
|
34645
|
+
text: "Kimi K2.7 Code"
|
|
34647
34646
|
}
|
|
34648
34647
|
},
|
|
34649
34648
|
gpt_5: {
|
package/dist/cli.js
CHANGED
package/dist/index.js
CHANGED