---
"@context": https://schema.org
"@type": TechArticle
"@id": https://www.twilio.com/docs/api/errors/13335#article
headline: "13335: Gather: speechTimeout auto cannot be used with model default"
url: https://www.twilio.com/docs/api/errors/13335
inLanguage: en
dateModified: 2026-03-20T20:33:25.000Z
author:
  "@type": Organization
  name: Twilio Developer Education Team
publisher:
  "@type": Organization
  name: Twilio
---

# 13335: Gather: speechTimeout auto cannot be used with model default

Log Type: APPLICATION

Log Level: WARNING

## Description

Use a positive integer for `speechTimeout` whenever you set `speechModel` on `<Gather>`. Twilio does not support `speechTimeout="auto"` in this configuration, and this warning is raised when that combination is sent.

### Possible causes

* You set `speechTimeout="auto"` on `<Gather>`.
* You also set `speechModel`, and Twilio requires `speechTimeout` to be a positive integer when a speech model is configured.

### Possible solutions

* Change `speechTimeout` to a positive integer value.
* Review the `<Gather>` speech configuration before you deploy it so the `speechModel` and `speechTimeout` values are compatible.

#### Additional resources

* [Error and Warning Dictionary](/docs/api/errors)
* [TwiML Voice: `<Gather>`](/docs/voice/twiml/gather)
* [Gather Input On Call widget](/docs/studio/widget-library/gather-input-call)
