Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TanStack/ai
/ providersFor
Function
providersFor
testing/e2e/tests/test-matrix.ts:35–37 ·
view source on GitHub ↗
(feature: Feature)
Source
from the content-addressed store, hash-verified
33
34
/** Get only the providers that support a given feature */
35
export
function
providersFor(feature: Feature): Provider[] {
36
return
providers.filter((p) => isSupported(p, feature))
37
}
Callers
15
structured-output.spec.ts
File · 0.90
image-to-image.spec.ts
File · 0.90
transcription.spec.ts
File · 0.90
multi-turn-structured.spec.ts
File · 0.90
summarize.spec.ts
File · 0.90
video-gen.spec.ts
File · 0.90
image-gen.spec.ts
File · 0.90
text-tool-text.spec.ts
File · 0.90
reasoning.spec.ts
File · 0.90
chat.spec.ts
File · 0.90
agentic-structured.spec.ts
File · 0.90
multimodal-image.spec.ts
File · 0.90
Calls
1
isSupported
Function · 0.90
Tested by
no test coverage detected