Skip to content

Add Meta Muse Voice Transcribe - #2143

Merged
DanielButler1 merged 5 commits into
mainfrom
feat/meta-muse-voice-transcribe-20260902
Sep 1, 2026
Merged

Add Meta Muse Voice Transcribe#2143
DanielButler1 merged 5 commits into
mainfrom
feat/meta-muse-voice-transcribe-20260902

Conversation

@DanielButler1

Copy link
Copy Markdown
Member

Summary

  • add Meta Muse Voice Transcribe 1.0 catalog metadata, release dates, provider availability, and pricing
  • route Phaseo audio transcription requests through Meta's one-shot ASR API
  • support diarization, keywords, language bias, session IDs, and duration-based usage normalization

Validation

  • pnpm validate:data
  • pnpm --filter @phaseo/gateway-api exec vitest run src/providers/meta/endpoints/audio-transcription.test.ts src/core/__tests__/schemas-audio-transcription.test.ts src/executors/__tests__/index.test.ts
  • pnpm --filter @phaseo/gateway-api typecheck
  • git diff --check

Notes

  • exposes the model through POST /v1/audio/transcriptions
  • Meta realtime WebSocket transcription remains catalogued but is not exposed by this one-shot adapter

Created with Codex

@vercel

vercel Bot commented Sep 1, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated
phaseo Skipped Skipped Sep 1, 2026 11:50pm UTC

Request Review

@coderabbitai

coderabbitai Bot commented Sep 1, 2026

Copy link
Copy Markdown

Warning

Review limit reached

Next included review available in 3 minutes.

Check out review usage here.

View limit details

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Team

Run ID: 607da15b-b3f6-42e5-86e7-4e8f17b2ae94

📥 Commits

Reviewing files that changed from the base of the PR and between d6fd4b4 and bfc4ad2.

⛔ Files ignored due to path filters (3)
  • packages/sdk/sdk-cpp/src/gen/model_ids.hpp is excluded by !**/gen/**
  • packages/sdk/sdk-go/src/gen/models.go is excluded by !**/gen/**
  • packages/sdk/sdk-py/src/gen/models.py is excluded by !**/gen/**
📒 Files selected for processing (22)
  • .changeset/add-meta-muse-voice-transcribe.md
  • apps/api/src/core/schemas.ts
  • apps/api/src/executors/_shared/non-text/adapter-bridge.ts
  • apps/api/src/executors/index.ts
  • apps/api/src/providers/meta/endpoints/audio-transcription.test.ts
  • apps/api/src/providers/meta/endpoints/audio-transcription.ts
  • apps/api/tests/aimock/harness.ts
  • apps/api/tests/aimock/provider-matrix.spec.ts
  • apps/docs/openapi/v1/openapi.yaml
  • packages/data/catalog/src/data/api_providers/meta/models.json
  • packages/data/catalog/src/data/manifest.json
  • packages/data/catalog/src/data/models/meta/muse-voice-transcribe-1.0/model.json
  • packages/data/catalog/src/data/pricing/meta/meta-muse-voice-transcribe-1.0/audio.transcription/pricing.json
  • packages/sdk/sdk-csharp/ModelIds.cs
  • packages/sdk/sdk-go/model_ids.go
  • packages/sdk/sdk-java/src/app/phaseo/sdk/ModelIds.java
  • packages/sdk/sdk-php/src/ModelIds.php
  • packages/sdk/sdk-py/src/phaseo/model_ids.py
  • packages/sdk/sdk-ruby/lib/phaseo_sdk/model_ids.rb
  • packages/sdk/sdk-rust/src/model_ids.rs
  • packages/sdk/sdk-ts/src/modelIds.ts
  • packages/sdk/sdk-ts/src/oapi-gen/models/KnownModelId.ts

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d1d7ecefbf

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread apps/api/src/providers/meta/endpoints/audio-transcription.ts
Comment thread apps/api/src/providers/meta/endpoints/audio-transcription.ts Outdated
@DanielButler1
DanielButler1 merged commit eb4e648 into main Sep 1, 2026
52 checks passed
@DanielButler1
DanielButler1 deleted the feat/meta-muse-voice-transcribe-20260902 branch September 1, 2026 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant