UNPKG
modelmix
Version:
latest (4.5.24)
4.5.24
4.5.22
4.5.20
4.5.18
4.5.16
4.5.14
4.5.12
4.5.10
4.5.8
4.5.7
4.5.6
4.5.5
4.5.4
4.5.2
4.5.1
4.5.0
4.4.32
4.4.30
4.4.28
4.4.26
4.4.24
4.4.22
4.4.20
4.4.18
4.4.16
4.4.14
4.4.12
4.4.11
4.4.8
4.4.7
4.4.6
4.4.4
4.4.2
4.4.0
4.3.6
4.3.4
4.3.2
4.3.0
4.2.8
4.2.6
4.2.4
4.2.2
4.2.0
4.1.8
4.1.6
4.1.4
4.1.2
4.1.0
4.0.8
4.0.6
4.0.4
4.0.2
4.0.0
3.9.8
3.9.6
3.9.4
3.9.2
3.9.0
3.8.8
3.8.6
3.8.4
3.8.2
3.8.0
3.7.8
3.7.2
3.7.0
3.6.8
3.6.6
3.6.4
3.6.2
3.6.0
3.5.8
3.5.6
3.5.4
3.5.2
3.5.0
3.4.0
3.3.8
3.3.6
3.3.4
3.3.2
3.2.2
3.1.8
3.1.6
3.1.2
3.1.0
3.0.8
3.0.6
3.0.4
3.0.2
3.0.0
2.9.8
2.9.4
2.9.2
2.9.0
2.8.8
2.8.6
2.8.4
2.8.2
2.8.0
2.7.8
2.7.6
2.7.4
2.7.2
2.7.0
2.6.8
2.6.6
2.6.4
2.6.2
2.6.0
2.5.8
2.5.6
2.5.4
2.5.2
2.4.8
2.4.6
2.4.4
2.4.2
2.3.8
2.3.2
2.2.8
2.2.4
2.2.2
2.2.0
2.0.0
1.2.2
1.2.0
1.1.8
1.1.6
1.1.2
1.0.4
1.0.2
🧬 ModelMix - Unified API for Diverse AI LLM.
github.com/clasen/ModelMix
clasen/ModelMix
modelmix
/
demo
/
package.json
16 lines
(15 loc)
•
285 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name"
:
"demo"
,
"version"
:
"1.0.0"
,
"description"
:
""
,
"main"
:
"index.js"
,
"scripts"
: {
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
""
,
"license"
:
"ISC"
,
"dependencies"
: {
"@anthropic-ai/sdk"
:
"^0.20.9"
,
"dotenv"
:
"^16.4.7"
} }