# mirascope.core.litellm.tool
The `LiteLLMTool` class for easy tool usage with LiteLLM LLM calls.
<Info title="Usage">
[Tools](/docs/v1/learn/tools)
</Info>
## <ApiType type="Class" path="core/litellm/tool" symbolName="LiteLLMTool" /> LiteLLMTool
A simple wrapper around `OpenAITool`.
Since LiteLLM uses the OpenAI spec, we change nothing here.
**Bases:**
<TypeLink type={{"type_str": "OpenAITool", "description": null, "kind": "simple", "doc_url": "/docs/v1/api/core/openai/tool#openaitool"}} />