Add Voxtral transcription skill#59
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
voxtral-transcribeskill for generated-audio transcription evals with Mistral Voxtral.eval_artifacts/transcripts/versus per-check evidence underEVAL_BANANA_OUTPUT_DIR.voxtral-transcribe.Notes
mistralaidependency, no live API tests, and no eval-banana runtime changes.skill-creatorcompatibility, despite the oldergemini_media_useunderscore precedent.maincheck-type refactor. Currentmainsupportsdeterministicandharness_judge;llm_judgeis rejected as renamed andtask_basedhas been removed. The new skill examples therefore target current repo semantics instead of adding stale examples.eval-banana distribute-skillsdry-run command has also been removed on currentmain; README now directs users tonpx skills.Mistral Docs Checked
Relevant current findings:
voxtral-mini-latestis the documented transcription model alias; the model card listsvoxtral-mini-2602and pricing around USD 0.003/min.client.audio.transcriptions.complete(...); official surfaces still vary betweenfrom mistralai import Mistralandfrom mistralai.client import Mistral.file,file_url,file_id,language,temperature,timestamp_granularities,diarize, andcontext_bias.timestamp_granularitiessupports segment/word in the current docs and is documented as incompatible withlanguage.Validation
python /Users/jpuc/.codex/skills/.system/skill-creator/scripts/quick_validate.py skills/voxtral-transcribe- passuv run ruff check src tests skills- passuv run ruff format --check src tests skills- passuv run pyright src tests skills- passuv run pytest tests -v --tb=short- pass, 115 passedmake all-check- pass, 115 passedgit diff --check- passfind skills/voxtral-transcribe -type l -print- no symlinksDistribution dry-run caveat:
/Users/jpuc/code/moje/paper_digest, with noskills_dirattribute on current config.uv run eval-banana distribute-skills --dry-runanduv run eval-banana distribute-skills --target-agents codex --dry-runnow fail withNo such command 'distribute-skills'on currentmain, because skill installation moved tonpx skills.