openclaw - 💡(How to fix) Fix [Bug]: baseURL in tools.media.audio doesn't exist as described in the issue 18424

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Tried to use baseURL in tools.media.audio.models and it doesn't work:

Config: "models": [ { "provider": "openai", "model": "openai/whisper-large-v3-turbo", "baseURL": "http://192.168.6.156:9000/v1" } ]

openclaw doctor output:

Unknown config keys ─────────────────── │ │ │ - tools.media.audio.models[0].baseURL │

Error Message

stt not working and openclaw doctor giving the error described below:

Root Cause

Tried to use baseURL in tools.media.audio.models and it doesn't work:

Config: "models": [ { "provider": "openai", "model": "openai/whisper-large-v3-turbo", "baseURL": "http://192.168.6.156:9000/v1" } ]

openclaw doctor output:

Unknown config keys ─────────────────── │ │ │ - tools.media.audio.models[0].baseURL │

RAW_BUFFERClick to expand / collapse

Bug type

Regression (worked before, now fails)

Beta release blocker

No

Summary

Tried to use baseURL in tools.media.audio.models and it doesn't work:

Config: "models": [ { "provider": "openai", "model": "openai/whisper-large-v3-turbo", "baseURL": "http://192.168.6.156:9000/v1" } ]

openclaw doctor output:

Unknown config keys ─────────────────── │ │ │ - tools.media.audio.models[0].baseURL │

Steps to reproduce

  1. Deploy a local vLLM supporting stt
  2. configure openclaw accordingly
  3. run openclaw doctor.

Expected behavior

Expected to works as mentioned in the issue, btw would be nice to have the option to configure an apiKey as well.

Actual behavior

stt not working and openclaw doctor giving the error described below:

openclaw doctor output:

Unknown config keys ─────────────────── │ │ │ - tools.media.audio.models[0].baseURL │

OpenClaw version

2026.5.7

Operating system

Ubuntu 24.04

Install method

npm

Model

openai/whisper-large-v3-turbo

Provider / routing chain

openclaw -> internet, models running locally on a dgx spark

Additional provider/model setup details

No response

Logs, screenshots, and evidence

Impact and severity

No response

Additional information

No response

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

Expected to works as mentioned in the issue, btw would be nice to have the option to configure an apiKey as well.

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING