← 返回
未分类 Key 中文

Groq Whisper

Transcribe audio files using Groq's Whisper API (whisper-large-v3). Fast cloud-based speech-to-text with no local model required. Use when receiving voice me...
使用 Groq Whisper API(whisper-large-v3)转录音频文件,快速云端语音识别,无需本地模型,适用于接收语音消息。
directorvector directorvector 来源
未分类 clawhub v1.0.1 1 版本 99806.2 Key: 需要
★ 0
Stars
📥 515
下载
💾 0
安装
1
版本
#audio#groq#latest#speech-to-text#transcription#voice#whisper

概述

Groq Whisper

Cloud speech-to-text via Groq's Whisper API. No local model, no GPU, no fan spin.

Setup

  1. Get a free API key at console.groq.com
  2. Store it:

```bash

mkdir -p ~/.config/groq

echo '{"api_key":"gsk_your_key_here"}' > ~/.config/groq/credentials.json

chmod 600 ~/.config/groq/credentials.json

```

Or set GROQ_API_KEY env var.

Usage

# Transcribe an audio file
{baseDir}/scripts/transcribe.sh /path/to/audio.ogg

# Specify language (default: en)
{baseDir}/scripts/transcribe.sh /path/to/audio.ogg es

When to use

Call this script whenever you receive an audio/voice message attachment. Pass the file path directly — Groq handles ogg, mp3, wav, m4a, webm, and flac natively. No format conversion needed.

Details

  • Model: whisper-large-v3 (best accuracy)
  • Speed: Faster than real-time (typically <2s for a 5-minute clip)
  • Cost: Free tier available, no credit card required
  • Privacy: Groq does not retain input data or train on it
  • Requires: curl, jq, Groq API key

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-03 05:55 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

design-media

Openai Whisper

steipete
使用 Whisper CLI 进行本地语音转文字(无需 API 密钥)
★ 330 📥 93,160
design-media

UI/UX Pro Max

xobi667
提供 UI/UX 设计智能与实现指导,帮助打造精美界面。适用于 UI 设计、UX 流程、信息架构、视觉风格、设计系统/标记、组件规格、文案/微文案、无障碍及前端 UI(HTML/CSS/JS、React、Next.js、Vue、Svelte
★ 216 📥 46,766
data-analysis

Usage Report

directorvector
从OpenClaw会话日志生成成本和Token使用报告。适用于询问API成本、Token使用、计费、支出、某项费用等场景。
★ 0 📥 478