You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/gateway.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,7 @@ The gateway needs to know the cost of the request in order to provide insights a
194
194
If it's unable to calculate the cost, it will return a 400 error with the message "Unable to calculate spend".
195
195
196
196
When [configuring a provider](https://gateway.pydantic.dev/admin/providers/new), you need to decide if you want the gateway to block
197
-
the API key if it's unable to calculate the cost. If you choose to block the API key, and further requests using that API key will fail.
197
+
the API key if it's unable to calculate the cost. If you choose to block the API key, any further requests using that API key will fail.
198
198
199
199
We are actively working on supporting more providers, and models.
200
-
If you have a specific provider that you would like to see supported, please let us know on [Slack](https://logfire.pydantic.dev/docs/join-slack/).
200
+
If you have a specific provider that you would like to see supported, please let us know on [Slack](https://logfire.pydantic.dev/docs/join-slack/) or [open an issue on `genai-prices`](https://github.com/pydantic/genai-prices/issues/new).
0 commit comments