From 7e0b0a2747fc3df37523284f5c9838f95d9131ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 18:03:46 +0000 Subject: [PATCH 1/2] chore(sync): update Hugging Face model catalog --- providers/huggingface/models/openai/gpt-oss-20b.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 providers/huggingface/models/openai/gpt-oss-20b.toml diff --git a/providers/huggingface/models/openai/gpt-oss-20b.toml b/providers/huggingface/models/openai/gpt-oss-20b.toml new file mode 100644 index 0000000000..54e3c26353 --- /dev/null +++ b/providers/huggingface/models/openai/gpt-oss-20b.toml @@ -0,0 +1,7 @@ +base_model = "openai/gpt-oss-20b" +description = "Open-weight GPT model for self-hosted reasoning and instruction-following workloads" +reasoning_options = [] + +[cost] +input = 0.1 +output = 0.5 From eda06ee48695969a1b111a8628fa07dadabd7803 Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Mon, 6 Jul 2026 13:31:50 -0500 Subject: [PATCH 2/2] fix(huggingface): add GPT OSS 20B reasoning efforts --- providers/huggingface/models/openai/gpt-oss-20b.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/huggingface/models/openai/gpt-oss-20b.toml b/providers/huggingface/models/openai/gpt-oss-20b.toml index 54e3c26353..7ceff2d33f 100644 --- a/providers/huggingface/models/openai/gpt-oss-20b.toml +++ b/providers/huggingface/models/openai/gpt-oss-20b.toml @@ -1,6 +1,6 @@ base_model = "openai/gpt-oss-20b" description = "Open-weight GPT model for self-hosted reasoning and instruction-following workloads" -reasoning_options = [] +reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }] [cost] input = 0.1