GeneratingTranscriptionTranscribes audio into the input language. npmpnpmyarnbunnpm i @xsai/generate-transcription Examples import { generateTranscription } from '@xsai/generate-transcription' import { openAsBlob } from 'node:fs' const { text } = await generateTranscription({ apiKey: '', baseURL: 'http://localhost:9010', file: await openAsBlob('./test/fixtures/basic.wav', { type: 'audio/wav' }), fileName: 'basic.wav', language: 'en-US', model: 'ggml-large-v3-turbo-q5_0.bin', })Edit on GitHubLast updated on SpeechGenerates audio from the input text.ImageCreates an image given a prompt.