Skip to content

Commit a69f79c

Browse files
Update the models metadata (GH-16)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2 parents 7333f45 + 352721f commit a69f79c

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

langgraphics/metadata/models.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,52 @@
11
{
2+
"nvidia/llama-3.3-70b-instruct-fp8": {
3+
"reasoning": false,
4+
"tool_call": true,
5+
"attachment": false,
6+
"temperature": false,
7+
"limit": {
8+
"output": 32768,
9+
"context": 131072
10+
},
11+
"cost": {
12+
"input": 1.18,
13+
"output": 1.18,
14+
"cache_read": 0,
15+
"cache_write": 0
16+
}
17+
},
18+
"microsoft/phi-4-multimodal-instruct": {
19+
"reasoning": true,
20+
"tool_call": true,
21+
"attachment": false,
22+
"temperature": true,
23+
"limit": {
24+
"output": 4096,
25+
"context": 128000
26+
},
27+
"cost": {
28+
"input": 0,
29+
"output": 0,
30+
"cache_read": 0,
31+
"cache_write": 0
32+
}
33+
},
34+
"intfloat/multilingual-e5-large-instruct": {
35+
"reasoning": false,
36+
"tool_call": false,
37+
"attachment": false,
38+
"temperature": false,
39+
"limit": {
40+
"output": 1024,
41+
"context": 512
42+
},
43+
"cost": {
44+
"input": 0.02,
45+
"output": 0,
46+
"cache_read": 0,
47+
"cache_write": 0
48+
}
49+
},
250
"moonshotai/kimi-k2.5": {
351
"reasoning": true,
452
"tool_call": true,

0 commit comments

Comments
 (0)