ask-llm-providers 0.13.3 → 0.13.4
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 +4 -4
- data/lib/ask/llm/models.json +22 -0
- data/lib/ask/llm/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a1561002d3a643aa61fa750f7074a1a362d45a108f9ea3c44b8d21f0704e6907
|
|
4
|
+
data.tar.gz: d4702a9c31b9a3dda3bea771bd5722a31ccfa5443ebcd4b64a235cafad319d96
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2e8c1f0e2f652dbd7031a27278f6e6ead1b23de697450ed14aa0882d2225c0d7392c9de0657504507740199112289ba70adc0ebb33b23427ffb4bc0b3106ef94
|
|
7
|
+
data.tar.gz: 0154ff38051805e13c36fa9c7408ac7fbf5bb38d16362ebe215a9e3e39385b24db822afd2c872cb2a41424993ce4546fc00bf547af927936a2023d6381ab6ef6
|
data/lib/ask/llm/models.json
CHANGED
|
@@ -5076,6 +5076,28 @@
|
|
|
5076
5076
|
"output": 0
|
|
5077
5077
|
}
|
|
5078
5078
|
},
|
|
5079
|
+
{
|
|
5080
|
+
"id": "deepseek/deepseek-v4.1-flash",
|
|
5081
|
+
"name": "DeepSeek V4.1 Flash",
|
|
5082
|
+
"provider": "commandcode",
|
|
5083
|
+
"context_window": 1000000,
|
|
5084
|
+
"capabilities": [
|
|
5085
|
+
"function_calling",
|
|
5086
|
+
"streaming"
|
|
5087
|
+
],
|
|
5088
|
+
"modalities": {
|
|
5089
|
+
"input": [
|
|
5090
|
+
"text"
|
|
5091
|
+
],
|
|
5092
|
+
"output": [
|
|
5093
|
+
"text"
|
|
5094
|
+
]
|
|
5095
|
+
},
|
|
5096
|
+
"pricing": {
|
|
5097
|
+
"input": 0,
|
|
5098
|
+
"output": 0
|
|
5099
|
+
}
|
|
5100
|
+
},
|
|
5079
5101
|
{
|
|
5080
5102
|
"id": "deepseek/deepseek-v4-flash",
|
|
5081
5103
|
"name": "DeepSeek V4 Flash (latest)",
|
data/lib/ask/llm/version.rb
CHANGED