From 58368f05c1e1bae41fc2ced18c41a21b234f9d43 Mon Sep 17 00:00:00 2001 From: Stefan Nielsen Date: Fri, 17 Jul 2026 01:29:40 +0000 Subject: [PATCH] add sakana fugu cyber model --- models/sakana/fugu-cyber.toml | 23 +++++++++++++++++++++++ providers/sakana/models/fugu-cyber.toml | 19 +++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 models/sakana/fugu-cyber.toml create mode 100644 providers/sakana/models/fugu-cyber.toml diff --git a/models/sakana/fugu-cyber.toml b/models/sakana/fugu-cyber.toml new file mode 100644 index 0000000000..66bf4ef8cb --- /dev/null +++ b/models/sakana/fugu-cyber.toml @@ -0,0 +1,23 @@ +name = "Fugu Cyber" +description = "The same frontier capabilities as Fugu Ultra, but with specific adaptation for cybersecurity tasks." +family = "fugu" +release_date = "2026-07-24" +last_updated = "2026-07-24" +attachment = true +reasoning = true +temperature = false +tool_call = true +structured_output = true +open_weights = false + +[limit] +context = 1_000_000 + +[modalities] +input = ["text", "image"] +output = ["text"] + +[[links]] +label = "Official model catalog" +url = "https://raw.githubusercontent.com/SakanaAI/fugu/refs/heads/main/configs/files/fugu.json" +type = "docs" \ No newline at end of file diff --git a/providers/sakana/models/fugu-cyber.toml b/providers/sakana/models/fugu-cyber.toml new file mode 100644 index 0000000000..707a773c13 --- /dev/null +++ b/providers/sakana/models/fugu-cyber.toml @@ -0,0 +1,19 @@ +base_model = "sakana/fugu-cyber" +reasoning_options = [{ type = "effort", values = ["high", "xhigh"] }] + +[limit] +output = 1_000_000 + +[cost] +input = 6 +output = 36 +cache_read = 0.6 + +[[cost.tiers]] +tier = { type = "context", size = 272_000 } +input = 12 +output = 54 +cache_read = 1.2 + +[provider] +shape = "responses" \ No newline at end of file