{"version":"1","model":{"id":"fal-ai/cohere-transcribe","name":"Cohere Transcribe","kind":"audio","availability":"available","available":true,"restricted":false,"api_key_only":false,"description":"Cohere's transcription model with multi-language support and punctuation control.","pricing_note":"~1 cr per 30s audio","categories":["transcribe"],"prompt_required":false,"prompt_supported":true,"supports":{"referenceAudio":true},"requires":{"referenceAudio":true},"aspect_ratios":[],"resolutions":[],"durations":[],"base_credits":1,"api_gross_margin_percent":20,"added_at":"2026-05-05","popularity_rank":44,"preview":{"image":"/images/model-previews/generated/cohere-transcribe-v1.webp"},"schema_url":"/api/v1/models?id=fal-ai%2Fcohere-transcribe","input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.artemotion.ai/api/v1/models?id=fal-ai%2Fcohere-transcribe","title":"Cohere Transcribe generation request","description":"Request body accepted by POST /api/v1/generate for fal-ai/cohere-transcribe.","type":"object","properties":{"model_id":{"type":"string","const":"fal-ai/cohere-transcribe","description":"ArtEmotion model identifier."},"extra":{"type":"object","additionalProperties":true,"description":"Model-specific settings may also be nested here."},"max_credits":{"type":"number","minimum":1,"description":"Reject before submission if the estimated list price exceeds this cap."},"webhook_url":{"type":"string","format":"uri","maxLength":2048},"webhook_secret":{"type":"string","maxLength":512},"folder_id":{"type":"string"},"prompt":{"type":"string"},"language":{"title":"Language","description":"Language of the audio (ISO 639-1 code).","default":"en","type":"string","enum":["en","fr","de","it","es","pt","el","nl","pl","zh","ja","ko","vi","ar"]},"punctuation":{"title":"Punctuation","description":"Include punctuation and capitalization in the transcript.","default":true,"type":"boolean"},"max_new_tokens":{"title":"Max Tokens","description":"Maximum tokens to generate per audio chunk.","default":256,"type":"number","minimum":1,"maximum":1014,"multipleOf":64},"audio_url":{"type":"string","format":"uri"}},"required":["model_id","audio_url"],"additionalProperties":false},"parameters":[{"key":"language","label":"Language","type":"select","default":"en","options":["en","fr","de","it","es","pt","el","nl","pl","zh","ja","ko","vi","ar"],"description":"Language of the audio (ISO 639-1 code)."},{"key":"punctuation","label":"Punctuation","type":"toggle","default":true,"description":"Include punctuation and capitalization in the transcript."},{"key":"max_new_tokens","label":"Max Tokens","type":"number","default":256,"min":1,"max":1014,"step":64,"description":"Maximum tokens to generate per audio chunk."}]}}