We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e0a13e commit 0b96432Copy full SHA for 0b96432
langgraphics/metadata/models.json
@@ -1,20 +1,4 @@
1
{
2
- "nvidia/llama-3.3-70b-instruct-fp8": {
3
- "reasoning": false,
4
- "tool_call": false,
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,
0 commit comments