mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-21 00:21:49 +00:00
chore(proxy): regenerate OpenAPI snapshot and dashboard types for the Transcribe route docstring
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
912edaa8cc
commit
aacbbe89d6
2 changed files with 7 additions and 4 deletions
|
|
@ -20400,7 +20400,7 @@
|
|||
},
|
||||
"/transcribe/{operation}": {
|
||||
"post": {
|
||||
"description": "Pass-through for the Amazon Transcribe API, e.g. `POST /transcribe/StartTranscriptionJob`.\n\nThe request body is forwarded as-is to the AWS JSON 1.1 API and signed with SigV4\nusing the proxy's AWS credentials. Streaming transcription (`transcribestreaming`)\nuses a separate HTTP/2 event-stream protocol and is not served by this route.\n\n[Docs](https://docs.litellm.ai/docs/pass_through/transcribe)",
|
||||
"description": "Pass-through for the Amazon Transcribe API, e.g. `POST /transcribe/StartTranscriptionJob`.\n\nThe request body is forwarded to the AWS JSON 1.1 API and signed with SigV4 using the\nproxy's AWS credentials. Standard jobs are tagged with the calling key's owner so that\nonly that owner (or a proxy admin) can read or delete them; account-wide operations\nsuch as ListTranscriptionJobs are limited to proxy admins. Streaming transcription\n(`transcribestreaming`) uses a separate HTTP/2 event-stream protocol and is not served\nby this route.\n\n[Docs](https://docs.litellm.ai/docs/pass_through/transcribe)",
|
||||
"operationId": "transcribe_proxy_route_transcribe__operation__post",
|
||||
"parameters": [
|
||||
{
|
||||
|
|
|
|||
9
ui/litellm-dashboard/src/lib/http/schema.d.ts
generated
vendored
9
ui/litellm-dashboard/src/lib/http/schema.d.ts
generated
vendored
|
|
@ -16513,9 +16513,12 @@ export interface paths {
|
|||
* Transcribe Proxy Route
|
||||
* @description Pass-through for the Amazon Transcribe API, e.g. `POST /transcribe/StartTranscriptionJob`.
|
||||
*
|
||||
* The request body is forwarded as-is to the AWS JSON 1.1 API and signed with SigV4
|
||||
* using the proxy's AWS credentials. Streaming transcription (`transcribestreaming`)
|
||||
* uses a separate HTTP/2 event-stream protocol and is not served by this route.
|
||||
* The request body is forwarded to the AWS JSON 1.1 API and signed with SigV4 using the
|
||||
* proxy's AWS credentials. Standard jobs are tagged with the calling key's owner so that
|
||||
* only that owner (or a proxy admin) can read or delete them; account-wide operations
|
||||
* such as ListTranscriptionJobs are limited to proxy admins. Streaming transcription
|
||||
* (`transcribestreaming`) uses a separate HTTP/2 event-stream protocol and is not served
|
||||
* by this route.
|
||||
*
|
||||
* [Docs](https://docs.litellm.ai/docs/pass_through/transcribe)
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue