Merge pull request #2597 from SvanBoxel/patch-1

Update context lengths for Poolside Laguna models
This commit is contained in:
Aiden Cline
2026-06-16 06:24:14 -04:00
committed by GitHub
4 changed files with 12 additions and 12 deletions
@@ -1,6 +1,6 @@
name = "Poolside: Laguna M.1 (free)"
release_date = "2026-04-28"
last_updated = "2026-05-01"
last_updated = "2026-06-13"
attachment = false
reasoning_options = []
reasoning = true
@@ -13,8 +13,8 @@ input = 0.0
output = 0.0
[limit]
context = 131072
output = 8192
context = 262144
output = 32768
[modalities]
input = ["text"]
@@ -1,6 +1,6 @@
name = "Poolside: Laguna XS.2 (free)"
release_date = "2026-04-28"
last_updated = "2026-05-01"
last_updated = "2026-06-13"
attachment = false
reasoning_options = []
reasoning = true
@@ -13,8 +13,8 @@ input = 0.0
output = 0.0
[limit]
context = 131072
output = 8192
context = 262144
output = 32768
[modalities]
input = ["text"]
@@ -1,6 +1,6 @@
name = "Laguna M.1"
release_date = "2026-04-28"
last_updated = "2026-04-28"
last_updated = "2026-06-13"
attachment = false
reasoning = true
reasoning_options = [{ type = "effort", values = ["none", "minimal", "low", "medium", "high", "xhigh"] }]
@@ -18,8 +18,8 @@ cache_read = 0.0
cache_write = 0.0
[limit]
context = 131_040
output = 8_192
context = 262_144
output = 32_768
[modalities]
input = ["text"]
@@ -1,6 +1,6 @@
name = "Laguna XS.2"
release_date = "2026-04-28"
last_updated = "2026-04-28"
last_updated = "2026-06-13"
attachment = false
reasoning = true
reasoning_options = [{ type = "effort", values = ["none", "minimal", "low", "medium", "high", "xhigh"] }]
@@ -18,8 +18,8 @@ cache_read = 0.0
cache_write = 0.0
[limit]
context = 131_040
output = 8_192
context = 262_144
output = 32_768
[modalities]
input = ["text"]