Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/models.dev
/ parseModels
Function
parseModels
packages/core/src/sync/providers/vercel.ts:68–70 ·
view source on GitHub ↗
(raw)
Source
from the content-addressed store, hash-verified
66
return
response.json();
67
},
68
parseModels(raw) {
69
return
VercelResponse.parse(raw).data;
70
},
71
translateModel(model, context) {
72
return
{
73
id: model.id,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected