Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mnfst/awesome-free-llm-apis
/ formatModelName
Function
formatModelName
scripts/generate-readme.js:37–39 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
35
}
36
37
function
formatModelName(name) {
38
return
/[/:]/.test(name) ? `\`${name}\`` : name;
39
}
40
41
function
buildTable(models) {
42
const
header = [
'Model Name'
,
'Context'
,
'Max Output'
,
'Modality'
,
'Rate Limit'
];
Callers
1
buildTable
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected