Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions models/sakana/fugu-cyber.toml
Original file line number Diff line number Diff line change
@@ -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"
19 changes: 19 additions & 0 deletions providers/sakana/models/fugu-cyber.toml
Original file line number Diff line number Diff line change
@@ -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"
Loading