Model Roster

loom-builderconfigjson
Path: loom-builder/model-roster.jsonRelative: model-roster.jsonSubproject: loom-builderCategory: configuration
Lines: 9Bytes: 316Imports: 0Exports: 0

Content Preview

  1. {
  2. "fallbacks": {
  3. "openrouter": [
  4. { "provider": "openai-codex", "id": "gpt-5.5", "reason": "OpenRouter credit or rate-limit fallback" }
  5. ]
  6. },
  7. "transientErrorPattern": "provider returned error|overloaded|rate.?limit|429|5\\d\\d|ECONNRESET|ETIMEDOUT|fetch failed|socket hang up|aborted|402|credit"
  8. }