Skip to content

Commit 3f835cd

Browse files
committed
registry: register the 2 delisted-not-typo'd slugs
Both remaining "unregistered" slugs traced clean via ~/.ringer/openrouter-catalog.changes.jsonl added/removed events — neither was a manifest typo: - openrouter/poolside/laguna-m.1:free existed in the OpenRouter catalog from 2026-07-09 until it was delisted 2026-08-01T23:13:22Z, hours before the prior commit's catalog check ran. - openrouter/nousresearch/hermes-3-llama-3.1-405b:free existed from 2026-07-09 until its free tier was delisted 2026-07-19 (the paid variant is still live). Registers both so historical attempts resolve to their correct lab (Poolside, Nous Research) even though the models are no longer orderable.
1 parent 13b147d commit 3f835cd

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

registry/model-identity.toml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,3 +201,26 @@ lab = "Thinking Machines Lab"
201201
confidence = "verified"
202202
source = "https://openrouter.ai/thinkingmachines/inkling"
203203
last_verified = 2026-08-01
204+
205+
[engines.opencode.models."openrouter/poolside/laguna-m.1:free"]
206+
# Not a typo — OpenRouter carried this slug from 2026-07-09 until it was
207+
# delisted 2026-08-01T23:13:22Z (same day as this entry, hours before this
208+
# registry check ran). Confirmed via ~/.ringer/openrouter-catalog.changes.jsonl
209+
# added/removed events, catalog name "Poolside: Laguna M.1 (free)". Historical
210+
# attempts against this slug should still resolve to Poolside identity even
211+
# though the model is no longer orderable.
212+
display = "Laguna M.1 (free)"
213+
lab = "Poolside"
214+
confidence = "verified"
215+
source = "OpenRouter catalog history (~/.ringer/openrouter-catalog.changes.jsonl): added 2026-07-09, delisted 2026-08-01"
216+
last_verified = 2026-08-01
217+
218+
[engines.opencode.models."openrouter/nousresearch/hermes-3-llama-3.1-405b:free"]
219+
# Not a typo — OpenRouter carried the free tier of this model from 2026-07-09
220+
# until it was delisted 2026-07-19; the paid nousresearch/hermes-3-llama-3.1-405b
221+
# slug remains live. Catalog name "Nous: Hermes 3 405B Instruct (free)".
222+
display = "Hermes 3 405B Instruct (free)"
223+
lab = "Nous Research"
224+
confidence = "verified"
225+
source = "OpenRouter catalog history (~/.ringer/openrouter-catalog.changes.jsonl): added 2026-07-09, delisted 2026-07-19"
226+
last_verified = 2026-08-01

0 commit comments

Comments
 (0)