{"record":{"id":"790cef76b3cf4638","repo":"BerriAI/litellm","slug":"audiotranscriptionconfig-does-not-need-a-request-t","errorCode":null,"errorMessage":"AudioTranscriptionConfig does not need a request transformation for audio transcription models","messagePattern":"AudioTranscriptionConfig does not need a request transformation for audio transcription models","errorType":"exception","errorClass":"NotImplementedError","httpStatus":null,"severity":"error","filePath":"litellm/llms/base_llm/audio_transcription/transformation.py","lineNumber":89,"sourceCode":"        )\n\n    def transform_audio_transcription_response(\n        self,\n        raw_response: httpx.Response,\n    ) -> TranscriptionResponse:\n        raise NotImplementedError(\n            \"AudioTranscriptionConfig does not need a response transformation for audio transcription models\"\n        )\n\n    def transform_request(\n        self,\n        model: str,\n        messages: list[AllMessageValues],\n        optional_params: dict,\n        litellm_params: dict,\n        headers: dict,\n    ) -> dict:\n        raise NotImplementedError(\n            \"AudioTranscriptionConfig does not need a request transformation for audio transcription models\"\n        )\n\n    def transform_response(\n        self,\n        model: str,\n        raw_response: httpx.Response,\n        model_response: ModelResponse,\n        logging_obj: LiteLLMLoggingObj,\n        request_data: dict,\n        messages: list[AllMessageValues],\n        optional_params: dict,\n        litellm_params: dict,\n        encoding: Any,\n        api_key: str | None = None,\n        json_mode: bool | None = None,\n    ) -> ModelResponse:\n        raise NotImplementedError(","sourceCodeStart":71,"sourceCodeEnd":107,"githubUrl":"https://github.com/BerriAI/litellm/blob/77b7c6c40c0c5aa5fbcb1d6a1825ac39ca8829b8/litellm/llms/base_llm/audio_transcription/transformation.py#L71-L107","documentation":"Error \"AudioTranscriptionConfig does not need a request transformation for audio transcription models\" thrown in BerriAI/litellm.","triggerScenarios":"Thrown at litellm/llms/base_llm/audio_transcription/transformation.py:89 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Use a concrete provider config subclass; the base class does not implement this transformation."],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"77b7c6c40c0c5aa5fbcb1d6a1825ac39ca8829b8","analyzedAt":"2026-08-18T11:44:31.656Z","contentChangedAt":null,"schemaVersion":2},"datasetVersion":"2026-09-14T05:17:10.506Z"}