(raw)
| 96 | return response.json(); |
| 97 | }, |
| 98 | parseModels(raw) { |
| 99 | return VeniceResponse.parse(raw).data; |
| 100 | }, |
| 101 | translateModel(model, context) { |
| 102 | if (model.model_spec.capabilities.supportsE2EE === true) return undefined; |
| 103 | const id = model.id.replaceAll("/", "-"); |
nothing calls this directly
no outgoing calls
no test coverage detected