Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/ai
/ falImage
Function
falImage
packages/ai-fal/src/adapters/image.ts:201–206 ·
view source on GitHub ↗
( model: TModel, config?: FalClientConfig, )
Source
from the content-addressed store, hash-verified
199
}
200
201
export
function
falImage<TModel extends FalModel>(
202
model: TModel,
203
config?: FalClientConfig,
204
): FalImageAdapter<TModel> {
205
return
createFalImage(model, config)
206
}
Callers
3
createAdapter
Function · 0.90
image-adapter.test.ts
File · 0.90
server-functions.ts
File · 0.90
Calls
1
createFalImage
Function · 0.85
Tested by
1
createAdapter
Function · 0.72