Skip to main content
AI/MLjeremylongshore

wispr-cost-tuning

'Wispr Flow cost tuning for voice-to-text API integration.

Stars
2,267
Source
jeremylongshore/claude-code-plugins-plus-skills
Updated
2026-05-31
Slug
jeremylongshore--claude-code-plugins-plus-skills--wispr-cost-tuning
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/HEAD/plugins/saas-packs/wispr-pack/skills/wispr-cost-tuning/SKILL.md -o .claude/skills/wispr-cost-tuning.md

Drops the SKILL.md into .claude/skills/wispr-cost-tuning.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Wispr Flow Cost Tuning

Overview

Guidance for cost tuning with Wispr Flow voice-to-text API.

Instructions

Key Wispr Flow Concepts

  • WebSocket API: wss://api.wisprflow.ai/api/v1/ws (recommended, low latency)
  • REST API: POST /api/v1/transcribe (simpler, higher latency)
  • Auth: API key (backend) or access token (client-side)
  • Audio format: 16kHz mono PCM preferred
  • Context awareness: Understands code, CLI commands, dev jargon
  • Platforms: Mac, Windows, iOS, browser API

Error Handling

Error Cause Solution
401 Unauthorized Invalid key Check at wisprflow.ai/developers
WebSocket closed Network issue Reconnect with backoff
Poor accuracy Wrong context Set context to 'programming' for code

Resources

Next Steps

See related Wispr Flow skills for more patterns.