Merge pull request #3393 from anomalyco/automation/sync-models-vercel

chore(sync): update Vercel AI Gateway model catalog
This commit is contained in:
Aiden Cline
2026-07-23 11:17:38 -05:00
committed by GitHub
3 changed files with 24 additions and 7 deletions
@@ -0,0 +1,22 @@
name = "Ling 3.0 Flash"
description = "Efficient model for low-latency assistance, extraction, and routine automation"
family = "ling"
release_date = "2026-07-23"
last_updated = "2026-07-23"
attachment = false
reasoning = true
tool_call = true
open_weights = false
reasoning_options = []
[cost]
input = 0
output = 0
[limit]
context = 256_000
output = 256_000
[modalities]
input = ["text"]
output = ["text"]
@@ -7,11 +7,9 @@ base_model = "poolside/laguna-s-2.1"
name = "Laguna S 2.1 Free"
description = "Free provider route for experiments, demos, and cost-sensitive chat workloads"
family = "laguna-s"
release_date = "2026-07-21"
last_updated = "2026-07-21"
[[reasoning_options]]
type = "toggle" # API: {"chat_template_kwargs": {"enable_thinking": false}}
type = "toggle"
[cost]
input = 0
@@ -19,4 +17,3 @@ output = 0
[limit]
context = 256_000
output = 32_768
@@ -5,13 +5,11 @@
# - https://docs.poolside.ai/get-started/supported-models — thinking on or off per request
# API: {"chat_template_kwargs": {"enable_thinking": false}}
base_model = "poolside/laguna-s-2.1"
name = "Laguna S 2.1"
family = "laguna-s"
release_date = "2026-07-20"
last_updated = "2026-07-20"
[[reasoning_options]]
type = "toggle" # API: {"chat_template_kwargs": {"enable_thinking": false}}
type = "toggle"
[cost]
input = 0.1