Closed
Conversation
7884acb to
f3e7080
Compare
f3e7080 to
22c822b
Compare
22c822b to
b605037
Compare
Contributor
✅ CLI Recipe Tests |
Contributor
Author
|
@deepgram-devrel — VP escalation: PR #212 has been stuck for >2 days with failing CI checks and re-trigger attempts have not resolved it. Manual review needed. State: labels=[type:samples, language:cli], checks: test-cli=FAILURE, e2e-api-check=FAILURE. No lead-fix workflow available to auto-remediate. |
…rted for CLI streaming)
Member
|
Closing — CLI v2 streaming is not supported. The Deepgram CLI only routes flux-general-en to the /v2 endpoint for URL-based (pre-recorded) transcription, not for stdin pipe streaming. v2 pre-recorded is covered by PR #214. v2 WebSocket streaming requires the SDK directly, not the CLI. |
auto-merge was automatically disabled
April 2, 2026 09:32
Pull request was closed
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.
Adds CLI recipe for live streaming transcription using Speech-to-Text v2 API with flux-general-en model.
Resolves #201