(raw)
| 91 | return response.json(); |
| 92 | }, |
| 93 | parseModels(raw) { |
| 94 | return OpenRouterResponse.parse(raw).data; |
| 95 | }, |
| 96 | translateModel(model, context) { |
| 97 | // OpenRouter serves deprecated/unavailable routes as degraded stubs: |
| 98 | // negative pricing (`"-1"`) and an empty `supported_parameters` array. Syncing |
nothing calls this directly
no outgoing calls
no test coverage detected