← 返回
开发者工具 中文

Whisper Tailnet API

Consume the shared Whisper speech-to-text API over Tailnet at http://100.92.116.99:8765 using OpenAI-compatible audio transcription endpoint (/v1/audio/trans...
通过 Tailnet 使用 OpenAI 兼容接口调用共享 Whisper 语音转文字 API。
lotfinity
开发者工具 clawhub v0.1.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 544
下载
💾 13
安装
1
版本
#latest#openclaw#stt#tailnet#whisper

概述

Whisper STT API over Tailnet (OpenAI-compatible)

Use this guide to call the shared Whisper server.

Endpoint

  • Base URL: http://100.92.116.99:8765
  • Health: GET /health
  • Transcribe: POST /v1/audio/transcriptions (raw binary body)

Quick health check

curl -sS http://100.92.116.99:8765/health

Transcribe audio (recommended)

curl -sS -X POST \
  --data-binary @/path/to/audio.wav \
  "http://100.92.116.99:8765/v1/audio/transcriptions?ext=.wav"

Time the request

time curl -sS -X POST \
  --data-binary @/path/to/audio.wav \
  "http://100.92.116.99:8765/v1/audio/transcriptions?ext=.wav"

Notes

  • Prefer this OpenAI-compatible route over /transcribe on this host.
  • Pass file type via ext query (example: .wav, .mp3, .m4a).
  • Use language query when known to improve accuracy.

Expected response shape

{
  "text": "transcribed text...",
  "model": "turbo"
}

版本历史

共 1 个版本

  • v0.1.1 当前
    2026-03-30 08:51 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,544
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,488
ai-intelligence

OpenClaw Tailnet TTS Endpoint

lotfinity
配置
★ 0 📥 721