Skip to content

Commit d5c6a88

Browse files
Remove model configurations from models.json
1 parent 5e49250 commit d5c6a88

File tree

1 file changed

+1
-49
lines changed

1 file changed

+1
-49
lines changed

langgraphics/metadata/models.json

Lines changed: 1 addition & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,4 @@
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-
},
502
"moonshotai/kimi-k2.5": {
513
"reasoning": true,
524
"tool_call": true,
@@ -25682,4 +25634,4 @@
2568225634
"cache_write": 0
2568325635
}
2568425636
}
25685-
}
25637+
}

0 commit comments

Comments
 (0)