MCPcopy Create free account
hub / github.com/anomalyco/models.dev / parseModels

Function parseModels

packages/core/src/sync/providers/venice.ts:98–100  ·  view source on GitHub ↗
(raw)

Source from the content-addressed store, hash-verified

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("/", "-");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected