multiwoven-integrations 0.41.6 → 0.41.7
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: f793087689ddbeffd46af5a259164bf8272a3fb76da668ebb7c3c030c508d369
|
|
4
|
+
data.tar.gz: 29239ae80de183b2ac1b206d46c430dc3963a905c07a9539e6172cfb44061583
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a82e41aadb466f5f07679e15e58ca7631af83163d3b81209b676f6f23e131ffe5e21d1692aaf4a0fecb8fd948fa1897a10fa61d1b9bfea28ccc22ea913dd054d
|
|
7
|
+
data.tar.gz: e35088755b3f939e133804257d0ff0d8f8bb4c0dc9ae4968c164a7326c60c14e026966eafa2fc5e93191759ab365dbc023051e0c0b08b9d4b7d31e72c2b5db8b
|
|
@@ -1,51 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"models": [
|
|
3
|
-
{
|
|
4
|
-
"id": "bolt-instruct-1b",
|
|
5
|
-
"name": "Bolt-Instruct-1B",
|
|
6
|
-
"model_type": "llm",
|
|
7
|
-
"type": "completion",
|
|
8
|
-
"tasks": [
|
|
9
|
-
"Text Classification",
|
|
10
|
-
"Guardrails"
|
|
11
|
-
],
|
|
12
|
-
"context_window": 32000,
|
|
13
|
-
"max_output": 4096,
|
|
14
|
-
"pricing": {
|
|
15
|
-
"input": 0.0,
|
|
16
|
-
"output": 0.0,
|
|
17
|
-
"cached_read": 0.0,
|
|
18
|
-
"cached_write": 0.0,
|
|
19
|
-
"unit": "per_1m_tokens"
|
|
20
|
-
},
|
|
21
|
-
"capabilities": [
|
|
22
|
-
"Documents"
|
|
23
|
-
]
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"id": "bolt-instruct-7b",
|
|
27
|
-
"name": "Bolt-Instruct-7B",
|
|
28
|
-
"model_type": "llm",
|
|
29
|
-
"type": "completion",
|
|
30
|
-
"tasks": [
|
|
31
|
-
"Text Generation",
|
|
32
|
-
"Routing",
|
|
33
|
-
"Orchestration"
|
|
34
|
-
],
|
|
35
|
-
"context_window": 32000,
|
|
36
|
-
"max_output": 8192,
|
|
37
|
-
"pricing": {
|
|
38
|
-
"input": 0.0,
|
|
39
|
-
"output": 0.0,
|
|
40
|
-
"cached_read": 0.0,
|
|
41
|
-
"cached_write": 0.0,
|
|
42
|
-
"unit": "per_1m_tokens"
|
|
43
|
-
},
|
|
44
|
-
"capabilities": [
|
|
45
|
-
"Documents",
|
|
46
|
-
"Data analyst"
|
|
47
|
-
]
|
|
48
|
-
},
|
|
49
3
|
{
|
|
50
4
|
"id": "bolt-instruct-32b",
|
|
51
5
|
"name": "Bolt-Instruct-32B",
|
|
@@ -68,53 +22,6 @@
|
|
|
68
22
|
"Documents",
|
|
69
23
|
"Data analyst"
|
|
70
24
|
]
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"id": "bolt-embedding-large",
|
|
74
|
-
"name": "Bolt-Embedding-Large",
|
|
75
|
-
"model_type": "embedding",
|
|
76
|
-
"type": "embedding",
|
|
77
|
-
"tasks": [
|
|
78
|
-
"Text Embeddings",
|
|
79
|
-
"Indexing",
|
|
80
|
-
"Retrieval"
|
|
81
|
-
],
|
|
82
|
-
"context_window": 8192,
|
|
83
|
-
"max_output": null,
|
|
84
|
-
"pricing": {
|
|
85
|
-
"input": 0.0,
|
|
86
|
-
"output": null,
|
|
87
|
-
"cached_read": null,
|
|
88
|
-
"cached_write": null,
|
|
89
|
-
"unit": "per_1m_tokens"
|
|
90
|
-
},
|
|
91
|
-
"capabilities": [
|
|
92
|
-
"Documents"
|
|
93
|
-
]
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
"id": "bolt-vision-9b",
|
|
97
|
-
"name": "Bolt-Vision-9B",
|
|
98
|
-
"model_type": "vision",
|
|
99
|
-
"type": "completion",
|
|
100
|
-
"tasks": [
|
|
101
|
-
"Image-to-Text",
|
|
102
|
-
"OCR",
|
|
103
|
-
"Document Parsing"
|
|
104
|
-
],
|
|
105
|
-
"context_window": 32000,
|
|
106
|
-
"max_output": 8192,
|
|
107
|
-
"pricing": {
|
|
108
|
-
"input": 0.0,
|
|
109
|
-
"output": 0.0,
|
|
110
|
-
"cached_read": 0.0,
|
|
111
|
-
"cached_write": 0.0,
|
|
112
|
-
"unit": "per_1m_tokens"
|
|
113
|
-
},
|
|
114
|
-
"capabilities": [
|
|
115
|
-
"Documents",
|
|
116
|
-
"Image analysis"
|
|
117
|
-
]
|
|
118
25
|
}
|
|
119
26
|
]
|
|
120
27
|
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: multiwoven-integrations
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.41.
|
|
4
|
+
version: 0.41.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Subin T P
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-09-
|
|
11
|
+
date: 2026-09-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|