From c4e3dd4099a7ab244db6b1b64f064b4b4bbd5399 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 12:38:34 +0000 Subject: [PATCH] Update the models metadata --- langgraphics/metadata/models.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/langgraphics/metadata/models.json b/langgraphics/metadata/models.json index f2479e5..3aa5c93 100644 --- a/langgraphics/metadata/models.json +++ b/langgraphics/metadata/models.json @@ -1,4 +1,20 @@ { + "nvidia/llama-3.3-70b-instruct-fp8": { + "reasoning": false, + "tool_call": false, + "attachment": false, + "temperature": false, + "limit": { + "output": 32768, + "context": 131072 + }, + "cost": { + "input": 1.18, + "output": 1.18, + "cache_read": 0, + "cache_write": 0 + } + }, "microsoft/phi-4-multimodal-instruct": { "reasoning": true, "tool_call": true,