-
Notifications
You must be signed in to change notification settings - Fork 7
/
managed-providers.json
92 lines (92 loc) · 1.84 KB
/
managed-providers.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
[
{
"provider": "Groq",
"model": "LLama 3.1 8b instruct",
"ingest": "$0.05",
"output": "$0.08"
},
{
"provider": "Groq",
"model": "LLama 3.1 70b instruct",
"ingest": "$0.59",
"output": "$0.79"
},
{
"provider": "Deepinfra",
"model": "LLama 3.1 8b instruct",
"ingest": "$0.055",
"output": "$0.055"
},
{
"provider": "Deepinfra",
"model": "LLama 3.1 70b instruct",
"ingest": "$0.35",
"output": "$0.40"
},
{
"provider": "OctoAI",
"model": "LLama 3.1 8b instruct",
"ingest": "$0.15",
"output": "$0.15"
},
{
"provider": "OctoAI",
"model": "LLama 3.1 70b instruct",
"ingest": "$0.90",
"output": "$0.90"
},
{
"provider": "Lepton AI",
"model": "LLama 3.1 8b instruct",
"ingest": "$0.07",
"output": "$0.07"
},
{
"provider": "Lepton AI",
"model": "LLama 3.1 70b instruct",
"ingest": "$0.80",
"output": "$0.80"
},
{
"provider": "Fireworks AI",
"model": "LLama 3.1 8b instruct",
"ingest": "$0.20",
"output": "$0.20"
},
{
"provider": "Fireworks AI",
"model": "LLama 3.1 70b instruct",
"ingest": "$0.90",
"output": "$0.90"
},
{
"provider": "Perplexity",
"model": "LLama 3.1 8b instruct",
"ingest": "$0.20",
"output": "$0.20"
},
{
"provider": "Perplexity",
"model": "LLama 3.1 70b instruct",
"ingest": "$1.00",
"output": "$1.00"
},
{
"provider": "Together.ai",
"model": "LLama 3.1 8b instruct",
"ingest": "$0.18",
"output": "$0.18"
},
{
"provider": "Together.ai",
"model": "LLama 3.1 70b instruct",
"ingest": "$0.88",
"output": "$0.88"
},
{
"provider": "Databricks",
"model": "LLama 3.1 70b instruct",
"ingest": "$1.00",
"output": "$1.00"
}
]