diff --git a/docs/input.md b/docs/input.md
index 98b423c13c..a9b8f3f2ce 100644
--- a/docs/input.md
+++ b/docs/input.md
@@ -4,13 +4,13 @@ The Input params are **exactly the same** as the
In addition, liteLLM allows you to pass in the following **Optional** liteLLM args:
`forceTimeout`, `azure`, `logger_fn`, `verbose`
+
## Input - Request Body
**`model`**
string Required
-ID of the model to use. See the model endpoint compatibility
- table for details on which models work with the Chat API.
+ID of the model to use. See the model endpoint compatibility table for details on which models work with the Chat API.
---