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

Function getTextModels

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

Source from the content-addressed store, hash-verified

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

Callers 2

listTextModelsFunction · 0.90
getPricingFunction · 0.90

Calls 1

fetchCachedFunction · 0.85

Tested by

no test coverage detected