René's URL Explorer Experiment


Title: bl omni --audio always 400: sends audio_url, endpoint requires input_audio · Issue #54 · modelstudioai/cli · GitHub

Open Graph Title: bl omni --audio always 400: sends audio_url, endpoint requires input_audio · Issue #54 · modelstudioai/cli

X Title: bl omni --audio always 400: sends audio_url, endpoint requires input_audio · Issue #54 · modelstudioai/cli

Description: bl omni --audio always 400: sends audio_url, OpenAI-compatible endpoint requires input_audio Summary bl omni --audio fails for every Qwen-Omni model with HTTP 400. The CLI builds the audio content part as type audio_url, but the D...

Open Graph Description: bl omni --audio always 400: sends audio_url, OpenAI-compatible endpoint requires input_audio Summary bl omni --audio fails for every Qwen-Omni model with HTTP 400. The CLI builds the audio c...

X Description: bl omni --audio always 400: sends audio_url, OpenAI-compatible endpoint requires input_audio Summary bl omni --audio <file> fails for every Qwen-Omni model with HTTP 400. The CLI builds the a...

Opengraph URL: https://github.com/modelstudioai/cli/issues/54

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"bl omni --audio always 400: sends audio_url, endpoint requires input_audio","articleBody":"## `bl omni --audio` always 400: sends `audio_url`, OpenAI-compatible endpoint requires `input_audio`\n\n### Summary\n`bl omni --audio \u003cfile\u003e` fails for **every** Qwen-Omni model with HTTP 400. The CLI builds the audio content part as type `audio_url`, but the DashScope OpenAI-compatible `/compatible-mode/v1/chat/completions` endpoint only accepts `input_audio` for audio. So audio transcription via the CLI is completely broken.\n\n### Environment\n- bailian-cli **1.3.0**\n- Windows 11, Node (npm global install)\n- Auth: api-key from `~/.bailian/config.json`\n\n### Repro\n```bash\nbl omni --model qwen3.5-omni-flash --audio ./clip.wav --text-only \\\n  --system \"transcribe this audio verbatim\" --message \"transcribe this audio.\" --output json\n```\n\n### Actual\n```json\n{\n  \"error\": {\n    \"code\": 1,\n    \"message\": \"Invalid value: audio_url. Supported values are: 'text','image_url','video_url' and 'video'.\",\n    \"http_status\": 400,\n    \"api_code\": \"invalid_request_error\"\n  }\n}\n```\nReproduced identically on `qwen3.5-omni-flash`, `qwen3-omni-flash`, `qwen-omni-turbo`, `qwen2.5-omni-7b` — i.e. not model-specific, it's the request shape.\n\n### Root cause\nThe CLI almost certainly emits:\n```json\n{ \"type\": \"audio_url\", \"audio_url\": { \"url\": \"data:audio/wav;base64,...\" } }\n```\nThe OpenAI-compatible Qwen-Omni API instead expects the `input_audio` shape:\n```json\n{ \"type\": \"input_audio\", \"input_audio\": { \"data\": \"data:audio/wav;base64,...\", \"format\": \"wav\" } }\n```\n\n### Fix\nChange the audio content part builder in the `omni` command from `audio_url` -\u003e `input_audio`, with `{ data, format }` (format inferred from file extension: wav/mp3/opus/pcm). I verified the `input_audio` shape works against the same endpoint/key with a hand-rolled streaming request (text-only modality + `stream_options.include_usage`) across all four models above, so only the CLI's content-part construction needs changing.\n\nRef: https://help.aliyun.com/zh/model-studio/qwen-omni (OpenAI-compatible audio input uses `input_audio`).","author":{"url":"https://github.com/a2fapower","@type":"Person","name":"a2fapower"},"datePublished":"2026-06-12T07:49:28.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/54/cli/issues/54"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:321dc74c-556e-81b1-3e20-14a35e4974bd
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id9A66:1A176D:1C7B57B:25C1C36:6A52D14D
html-safe-noncea9c44959cd467f60fb31b082d4f6c04c9960487a2e168bf1a347c5be04974b19
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5QTY2OjFBMTc2RDoxQzdCNTdCOjI1QzFDMzY6NkE1MkQxNEQiLCJ2aXNpdG9yX2lkIjoiMjcyNzk5NDk2ODU2NDIyNDMzMyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacf446c1684563a7e7c31ca8947ff3a2c0b46271265e7ac307970f2a16d9ae0d85
hovercard-subject-tagissue:4647420608
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/modelstudioai/cli/54/issue_layout
twitter:imagehttps://opengraph.githubassets.com/340b93b0e72ecd0ce28ece0644ced6c46236af2aed8bbb82dc3f0802100a388f/modelstudioai/cli/issues/54
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/340b93b0e72ecd0ce28ece0644ced6c46236af2aed8bbb82dc3f0802100a388f/modelstudioai/cli/issues/54
og:image:altbl omni --audio always 400: sends audio_url, OpenAI-compatible endpoint requires input_audio Summary bl omni --audio fails for every Qwen-Omni model with HTTP 400. The CLI builds the audio c...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamea2fapower
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
turbo-cache-controlno-preview
go-importgithub.com/modelstudioai/cli git https://github.com/modelstudioai/cli.git
octolytics-dimension-user_id283556804
octolytics-dimension-user_loginmodelstudioai
octolytics-dimension-repository_id1251875798
octolytics-dimension-repository_nwomodelstudioai/cli
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1251875798
octolytics-dimension-repository_network_root_nwomodelstudioai/cli
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release07a982c1d40157c619b364352b704c3ce66bb332
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/modelstudioai/cli/issues/54#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmodelstudioai%2Fcli%2Fissues%2F54
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmodelstudioai%2Fcli%2Fissues%2F54
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=modelstudioai%2Fcli
Reloadhttps://github.com/modelstudioai/cli/issues/54
Reloadhttps://github.com/modelstudioai/cli/issues/54
Reloadhttps://github.com/modelstudioai/cli/issues/54
Please reload this pagehttps://github.com/modelstudioai/cli/issues/54
modelstudioai https://github.com/modelstudioai
clihttps://github.com/modelstudioai/cli
Notifications https://github.com/login?return_to=%2Fmodelstudioai%2Fcli
Fork 18 https://github.com/login?return_to=%2Fmodelstudioai%2Fcli
Star 268 https://github.com/login?return_to=%2Fmodelstudioai%2Fcli
Code https://github.com/modelstudioai/cli
Issues 1 https://github.com/modelstudioai/cli/issues
Pull requests 3 https://github.com/modelstudioai/cli/pulls
Discussions https://github.com/modelstudioai/cli/discussions
Actions https://github.com/modelstudioai/cli/actions
Projects https://github.com/modelstudioai/cli/projects
Security and quality 0 https://github.com/modelstudioai/cli/security
Insights https://github.com/modelstudioai/cli/pulse
Code https://github.com/modelstudioai/cli
Issues https://github.com/modelstudioai/cli/issues
Pull requests https://github.com/modelstudioai/cli/pulls
Discussions https://github.com/modelstudioai/cli/discussions
Actions https://github.com/modelstudioai/cli/actions
Projects https://github.com/modelstudioai/cli/projects
Security and quality https://github.com/modelstudioai/cli/security
Insights https://github.com/modelstudioai/cli/pulse
#55https://github.com/modelstudioai/cli/pull/55
bl omni --audio always 400: sends audio_url, endpoint requires input_audiohttps://github.com/modelstudioai/cli/issues/54#top
#55https://github.com/modelstudioai/cli/pull/55
https://github.com/a2fapower
a2fapowerhttps://github.com/a2fapower
on Jun 12, 2026https://github.com/modelstudioai/cli/issues/54#issue-4647420608
https://help.aliyun.com/zh/model-studio/qwen-omnihttps://help.aliyun.com/zh/model-studio/qwen-omni
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.