fabro/lib/crates/fabro-model/src
Bryan Helmkamp fa565ceaae
chore(model): update provider default models (#437)
Updates the built-in catalog so OpenAI default selection now resolves to
`gpt-5.5` and Gemini default selection resolves to `gemini-3.5-flash`.
The public model defaults table and catalog assertions were updated to
pin the new behavior.

Verified with `cargo nextest run -p fabro-model`.

---

[![Compound
Engineering](https://img.shields.io/badge/Compound_Engineering-6366f1)](https://github.com/EveryInc/compound-engineering-plugin)
🤖 Generated with GPT-5 (Codex) via [Codex](https://openai.com/codex)
2026-05-27 18:45:51 -04:00
..
catalog/providers chore(model): update provider default models (#437) 2026-05-27 18:45:51 -04:00
adapter.rs refactor(model): move provider facts into catalog (#298) 2026-05-17 20:59:08 -04:00
billing.rs Compute LLM cost on-read for in-flight billing stages (#345) 2026-05-21 19:25:00 -04:00
bootstrap_catalog.rs feat(model): support open provider catalog data (#245) 2026-05-12 15:42:49 -04:00
catalog.rs chore(model): update provider default models (#437) 2026-05-27 18:45:51 -04:00
ids.rs refactor(llm): split provider identity from adapters (#280) 2026-05-16 13:13:41 -04:00
lib.rs feat(server): add GET /api/v1/providers and /settings/models page (#321) 2026-05-20 09:05:00 -04:00
model_ref.rs refactor(llm): split provider identity from adapters (#280) 2026-05-16 13:13:41 -04:00
model_test.rs refactor(api): reuse billing and model domain types 2026-04-30 06:15:18 -04:00
provider.rs Link unconfigured providers to prefilled secret form 2026-05-24 09:34:24 -04:00
reasoning.rs refactor(llm): simplify catalog cleanup paths (#261) 2026-05-14 09:35:42 -04:00
types.rs Add small_default model role and async generated run titles (#368) 2026-05-23 13:48:39 -04:00