# mirascope.core.litellm.call_response
This module contains the `LiteLLMCallResponse` class.
<Info title="Usage">
[Calls](/docs/v1/learn/calls#handling-responses)
</Info>
## <ApiType type="Class" path="core/litellm/call_response" symbolName="LiteLLMCallResponse" /> LiteLLMCallResponse
A simpler wrapper around `OpenAICallResponse`.
Everything is the same except the `cost` property, which has been updated to use
LiteLLM's cost calculations so that cost tracking works for non-OpenAI models.
**Bases:**
<TypeLink type={{"type_str": "OpenAICallResponse", "description": null, "kind": "simple", "doc_url": "/docs/v1/api/core/openai/call_response#openaicallresponse"}} />
<AttributesTable
attributes={[
{
"name": "cost_metadata",
"type_info": {
"type_str": "CostMetadata",
"description": null,
"kind": "simple",
"doc_url": "/docs/v1/api/core/base/types#costmetadata"
}
}
]}
/>