kairos-chain 3.58.0 → 3.58.1
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 447ce921c7380f7f915ec338893a062a15905c9b3e2e97a392fda0e08b694695
|
|
4
|
+
data.tar.gz: 90bb0faae11d9043eaf464dde7fdae06400fe80e147dd7e758a52378b0fa36c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a2572363225d70bd36ada3388f916dd93baea46a8c58a14bec43c7c5e5d675d9c22756d0626b22c61ddfa7d2922988c6513a37543a6edd07c857e41f612c8b76
|
|
7
|
+
data.tar.gz: 9c0e6eddca9df2a02b4d973ebc437abbd71cbc2419397389b35c75ed01ac255fd51ea462a7c4f14a0264f719b0360806373cdb37c2f4b0917e156967c3171bd4
|
data/lib/kairos_mcp/version.rb
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
# local — Local model via OpenAI-compatible API (Ollama, vLLM)
|
|
11
11
|
|
|
12
12
|
provider: claude_code
|
|
13
|
-
model: claude-opus-
|
|
13
|
+
model: claude-opus-5
|
|
14
14
|
# api_key_env not needed for claude_code provider — uses Claude Code subscription
|
|
15
15
|
default_max_tokens: 4096
|
|
16
16
|
default_temperature: 0.7
|
|
@@ -41,8 +41,11 @@ timeout_seconds: 600
|
|
|
41
41
|
|
|
42
42
|
# Cost estimates (USD per 1M tokens, for llm_status display)
|
|
43
43
|
cost_estimates:
|
|
44
|
+
claude-opus-5: { input: 5.0, output: 25.0 }
|
|
45
|
+
claude-fable-5: { input: 10.0, output: 50.0 }
|
|
46
|
+
claude-opus-4-6: { input: 5.0, output: 25.0 }
|
|
47
|
+
claude-sonnet-5: { input: 3.0, output: 15.0 }
|
|
44
48
|
claude-sonnet-4-6: { input: 3.0, output: 15.0 }
|
|
45
|
-
claude-haiku-4-5: { input: 0
|
|
46
|
-
claude-opus-4-6: { input: 15.0, output: 75.0 }
|
|
49
|
+
claude-haiku-4-5: { input: 1.0, output: 5.0 }
|
|
47
50
|
gpt-4o: { input: 2.50, output: 10.0 }
|
|
48
51
|
gpt-4o-mini: { input: 0.15, output: 0.60 }
|