From cf628d889ed39435c2d2e93f69edf4fda1b4f2f7 Mon Sep 17 00:00:00 2001 From: "opencode-agent[bot]" <219766164+opencode-agent[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 10:38:56 +0000 Subject: [PATCH] chore(sync): update NanoGPT model catalog (#4613) Co-authored-by: opencode-agent[bot] --- .../nano-gpt/models/TEE/muse-glimmer-30b.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 providers/nano-gpt/models/TEE/muse-glimmer-30b.toml diff --git a/providers/nano-gpt/models/TEE/muse-glimmer-30b.toml b/providers/nano-gpt/models/TEE/muse-glimmer-30b.toml new file mode 100644 index 000000000..fb289f5d3 --- /dev/null +++ b/providers/nano-gpt/models/TEE/muse-glimmer-30b.toml @@ -0,0 +1,14 @@ +base_model = "meta/muse-glimmer-30b" +name = "Muse Glimmer 30B TEE" + +[[reasoning_options]] +type = "effort" +values = ["minimal", "low", "medium", "high", "xhigh"] + +[cost] +input = 0.35 +output = 1.5 +cache_read = 0.04 + +[limit] +input = 131_072