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