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

Function parseModels

packages/core/src/sync/providers/ovhcloud.ts:51–53  ·  view source on GitHub ↗
(raw)

Source from the content-addressed store, hash-verified

49 return response.json();
50 },
51 parseModels(raw) {
52 return OvhcloudResponse.parse(raw).data;
53 },
54 translateModel(model, context) {
55 return {
56 id: model.id.toLowerCase(),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected