Overview
About this model
LLM-Powered Speech Recognition — 31 Languages, Dialects & Accents End-to-end ASR trained on tens of millions of hours of data. Supports Chinese (+ dialects), English, Japanese, Korean, French, German, Spanish, and 24 more languages.
Specifications
Model details
- Modality
- Speech-to-text
- Pricing
- $0.05 / 1M tok
API
Call it in code
One OpenAI-compatible API. Swap the model id and you're done.
from openai import OpenAI
client = OpenAI(
base_url="https://api.ecohash.com/v1",
api_key="YOUR_API_KEY",
)
transcript = client.audio.transcriptions.create(
model="fun-asr-nano",
file=open("audio.mp3", "rb"),
)More models