diff --git a/docs/input.md b/docs/input.md
index d92837a252..6ab42ab426 100644
--- a/docs/input.md
+++ b/docs/input.md
@@ -2,13 +2,16 @@
## 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.
---
**`messages`**
array Required
-A list of messages comprising the conversation so far.
+
+A list of messages comprising the conversation so far. Example Python Code
+
---
>> **`role`**