[Partner Nodes] feat(Anthropic): add Claude Opus 5 to OpenRouter node (#15075)

Signed-off-by: bigcat88 <bigcat88@icloud.com>
This commit is contained in:
Alexander Piskun
2026-07-25 20:25:58 +03:00
committed by GitHub
parent 6f6c500c15
commit fad06e5da4

View File

@@ -45,6 +45,7 @@ class _ModelSpec:
MODELS: list[_ModelSpec] = [
_ModelSpec("anthropic/claude-opus-5", "frontier_reasoning", 0.00000715, 0.00003575, max_images=20),
_ModelSpec("anthropic/claude-opus-4.8", "frontier_reasoning", 0.00000715, 0.00003575, max_images=20),
_ModelSpec("anthropic/claude-opus-4.7", "frontier_reasoning", 0.00000715, 0.00003575, max_images=20),
_ModelSpec("anthropic/claude-fable-5", "frontier_reasoning", 0.0000143, 0.0000715, max_images=20),