diff --git a/docs/my-website/docs/proxy/cost_tracking.md b/docs/my-website/docs/proxy/cost_tracking.md
index f01e1042e3..3ccf8f383a 100644
--- a/docs/my-website/docs/proxy/cost_tracking.md
+++ b/docs/my-website/docs/proxy/cost_tracking.md
@@ -114,6 +114,14 @@ print(response)
**Step3 - Verify Spend Tracked**
That's IT. Now Verify your spend was tracked
+
+
+
+
+
+
+
+
The following spend gets tracked in Table `LiteLLM_SpendLogs`
```json
@@ -144,6 +152,10 @@ Use the `/global/spend/report` endpoint to get daily spend report per
- team
- customer [this is `user` passed to `/chat/completions` request](#how-to-track-spend-with-litellm)
+
+
+
+
diff --git a/docs/my-website/img/response_cost_img.png b/docs/my-website/img/response_cost_img.png
new file mode 100644
index 0000000000..9f466b3fbb
Binary files /dev/null and b/docs/my-website/img/response_cost_img.png differ