(id)
| 439 | |
| 440 | /** Get model info including enum and uid. */ |
| 441 | export function getModelInfo(id) { |
| 442 | return MODELS[id] || null; |
| 443 | } |
| 444 | |
| 445 | // v2.0.84 (#118 0a00) — when an entire account pool is rate-limited |
| 446 | // on a high-effort variant (`-max` / `-xhigh` / `-thinking-1m`), find |
no outgoing calls
no test coverage detected