MCPcopy Create free account
hub / github.com/pollinations/pollinations / getAudioModels

Function getAudioModels

packages/mcp/src/utils/models.js:29–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27export const getImageModels = () => fetchCached("/image/models");
28export const getTextModels = () => fetchCached("/text/models");
29export const getAudioModels = () => fetchCached("/audio/models");
30
31export async function getVideoModels() {
32 const models = await getImageModels();

Callers 3

resolveAudioModelFunction · 0.90
listAudioVoicesFunction · 0.90
getAudioVoicesFunction · 0.70

Calls 1

fetchCachedFunction · 0.85

Tested by

no test coverage detected