Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
19 changes: 19 additions & 0 deletions models/poolside/laguna-m.1.toml
Comment thread
rexledesma marked this conversation as resolved.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name = "Laguna M.1"
description = "Poolside's flagship agentic coding model for long-horizon work"
family = "laguna"
release_date = "2026-04-28"
last_updated = "2026-06-13"
attachment = false
reasoning = true
temperature = true
tool_call = true
structured_output = false
open_weights = true

[limit]
context = 262_144
output = 32_768

[modalities]
input = ["text"]
output = ["text"]
19 changes: 19 additions & 0 deletions models/poolside/laguna-xs-2.1.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name = "Laguna XS 2.1"
description = "Agentic coding model from Poolside in the XS size class for local deployment"
family = "laguna"
release_date = "2026-07-02"
last_updated = "2026-07-02"
attachment = false
reasoning = true
temperature = true
tool_call = true
structured_output = false
open_weights = true

[limit]
context = 262_144
output = 32_768

[modalities]
input = ["text"]
output = ["text"]
19 changes: 19 additions & 0 deletions models/poolside/laguna-xs.2.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name = "Laguna XS.2"
description = "Agentic coding model from Poolside in the XS size class for local deployment"
family = "laguna"
release_date = "2026-04-28"
last_updated = "2026-06-13"
attachment = false
reasoning = true
temperature = true
tool_call = true
structured_output = false
open_weights = true

[limit]
context = 262_144
output = 32_768

[modalities]
input = ["text"]
output = ["text"]
3 changes: 3 additions & 0 deletions packages/core/src/family.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ export const ModelFamilyValues = [
"kimi-free",
"kimi-thinking",

// Poolside Laguna
"laguna",

// Mistral family
"mistral",
"mistral-large",
Expand Down
16 changes: 1 addition & 15 deletions providers/kilo/models/poolside/laguna-m.1:free.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,8 @@
base_model = "poolside/laguna-m.1"
name = "Poolside: Laguna M.1 (free)"
description = "Free provider route for experiments, demos, and cost-sensitive chat workloads"
release_date = "2026-04-28"
last_updated = "2026-06-13"
attachment = false
reasoning_options = []
reasoning = true
tool_call = true
temperature = true
open_weights = false

[cost]
input = 0.0
output = 0.0

[limit]
context = 262144
output = 32768

[modalities]
input = ["text"]
output = ["text"]
16 changes: 1 addition & 15 deletions providers/kilo/models/poolside/laguna-xs.2:free.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,8 @@
base_model = "poolside/laguna-xs.2"
name = "Poolside: Laguna XS.2 (free)"
description = "Free provider route for experiments, demos, and cost-sensitive chat workloads"
release_date = "2026-04-28"
last_updated = "2026-06-13"
attachment = false
reasoning_options = []
reasoning = true
tool_call = true
temperature = true
open_weights = false

[cost]
input = 0.0
output = 0.0

[limit]
context = 262144
output = 32768

[modalities]
input = ["text"]
output = ["text"]
24 changes: 4 additions & 20 deletions providers/nano-gpt/models/poolside/laguna-m.1.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,7 @@
# Included in subscription
name = "Laguna M.1"
description = "General-purpose chat model for instruction following, writing, and analysis"
release_date = "2026-04-29"
last_updated = "2026-04-29"
attachment = false
reasoning = false
tool_call = false
structured_output = false
open_weights = false
base_model = "poolside/laguna-m.1"
reasoning_options = []

[cost]
input = 0.1
output = 0.3

[limit]
context = 128000
input = 128000
output = 32768

[modalities]
input = ["text"]
output = ["text"]
input = 0.20
output = 0.40
24 changes: 4 additions & 20 deletions providers/nano-gpt/models/poolside/laguna-xs.2.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,7 @@
# Included in subscription
name = "Laguna XS.2"
description = "General-purpose chat model for instruction following, writing, and analysis"
release_date = "2026-04-29"
last_updated = "2026-04-29"
attachment = false
reasoning = false
tool_call = false
structured_output = false
open_weights = false
base_model = "poolside/laguna-xs.2"
reasoning_options = []

[cost]
input = 0.1
output = 0.3

[limit]
context = 128000
input = 128000
output = 32768

[modalities]
input = ["text"]
output = ["text"]
input = 0.20
output = 0.40
19 changes: 1 addition & 18 deletions providers/openrouter/models/poolside/laguna-m.1.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,7 @@
name = "Laguna M.1"
description = "Reasoning model for deliberate analysis, multi-step problem solving, and tool use"
base_model = "poolside/laguna-m.1"
reasoning_options = []
release_date = "2026-04-28"
last_updated = "2026-04-28"
attachment = false
reasoning = true
temperature = true
tool_call = true
structured_output = false
open_weights = true

[cost]
input = 0.2
output = 0.4
cache_read = 0.1

[limit]
context = 262_144
output = 32_768

[modalities]
input = ["text"]
output = ["text"]
17 changes: 1 addition & 16 deletions providers/openrouter/models/poolside/laguna-m.1:free.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
base_model = "poolside/laguna-m.1"
name = "Laguna M.1 (free)"
description = "Free provider route for experiments, demos, and cost-sensitive chat workloads"
release_date = "2026-04-28"
last_updated = "2026-04-28"
attachment = false
reasoning = true
temperature = true
tool_call = true
structured_output = false
open_weights = true
reasoning_options = []

[interleaved]
Comment thread
rexledesma marked this conversation as resolved.
Expand All @@ -16,11 +9,3 @@ field = "reasoning_content"
[cost]
input = 0
output = 0

[limit]
context = 262_144
output = 32_768

[modalities]
input = ["text"]
output = ["text"]
19 changes: 1 addition & 18 deletions providers/openrouter/models/poolside/laguna-xs-2.1.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,7 @@
name = "Laguna XS 2.1"
description = "Reasoning model for deliberate analysis, multi-step problem solving, and tool use"
release_date = "2026-07-02"
last_updated = "2026-07-02"
attachment = false
reasoning = true
temperature = true
tool_call = true
structured_output = false
open_weights = true
base_model = "poolside/laguna-xs-2.1"
reasoning_options = []

[cost]
input = 0.06
output = 0.12
cache_read = 0.03

[limit]
context = 262_144
output = 32_768

[modalities]
input = ["text"]
output = ["text"]
17 changes: 1 addition & 16 deletions providers/openrouter/models/poolside/laguna-xs-2.1:free.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,8 @@
base_model = "poolside/laguna-xs-2.1"
name = "Laguna XS 2.1 (free)"
description = "Free provider route for experiments, demos, and cost-sensitive chat workloads"
release_date = "2026-07-02"
last_updated = "2026-07-02"
attachment = false
reasoning = true
temperature = true
tool_call = true
structured_output = false
open_weights = true
reasoning_options = []

[cost]
input = 0
output = 0

[limit]
context = 262_144
output = 32_768

[modalities]
input = ["text"]
output = ["text"]
19 changes: 1 addition & 18 deletions providers/openrouter/models/poolside/laguna-xs.2.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,7 @@
name = "Laguna XS.2"
description = "Reasoning model for deliberate analysis, multi-step problem solving, and tool use"
base_model = "poolside/laguna-xs.2"
reasoning_options = []
release_date = "2026-04-28"
last_updated = "2026-04-28"
attachment = false
reasoning = true
temperature = true
tool_call = true
structured_output = false
open_weights = true

[cost]
input = 0.1
output = 0.2
cache_read = 0.05

[limit]
context = 262_144
output = 32_768

[modalities]
input = ["text"]
output = ["text"]
17 changes: 1 addition & 16 deletions providers/openrouter/models/poolside/laguna-xs.2:free.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
base_model = "poolside/laguna-xs.2"
name = "Laguna XS.2 (free)"
description = "Free provider route for experiments, demos, and cost-sensitive chat workloads"
release_date = "2026-04-28"
last_updated = "2026-04-28"
attachment = false
reasoning = true
temperature = true
tool_call = true
structured_output = false
open_weights = true
reasoning_options = []

[interleaved]
Expand All @@ -16,11 +9,3 @@ field = "reasoning_content"
[cost]
input = 0
output = 0

[limit]
context = 262_144
output = 32_768

[modalities]
input = ["text"]
output = ["text"]
23 changes: 2 additions & 21 deletions providers/poolside/models/poolside/laguna-m.1.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
name = "Laguna M.1"
description = "Reasoning model for deliberate analysis, multi-step problem solving, and tool use"
release_date = "2026-04-28"
last_updated = "2026-06-13"
attachment = false
reasoning = true
# Laguna-specific support is represented here; the public API schema supplies
# the exact `reasoning.effort` enum, while this model page only confirms API use.
# https://docs.poolside.ai/release-notes/laguna-m1
reasoning_options = [{ type = "effort", values = ["none", "minimal", "low", "medium", "high", "xhigh"] }]
temperature = true
tool_call = true
open_weights = false
base_model = "poolside/laguna-m.1"
reasoning_options = []

[interleaved]
field = "reasoning_content"
Expand All @@ -20,11 +9,3 @@ input = 0.0
output = 0.0
cache_read = 0.0
cache_write = 0.0

[limit]
context = 262_144
output = 32_768

[modalities]
input = ["text"]
output = ["text"]
11 changes: 11 additions & 0 deletions providers/poolside/models/poolside/laguna-xs-2.1.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
base_model = "poolside/laguna-xs-2.1"
reasoning_options = []

[interleaved]
field = "reasoning_content"

[cost]
input = 0.0
output = 0.0
cache_read = 0.0
cache_write = 0.0
Loading
Loading