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