> ## Documentation Index
> Fetch the complete documentation index at: https://docs.recaseai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# recase.llm

> Calling Large Language Models easily from your workflows

We provide you with 20 USD of free credits to use LLMs and build your scripts!

## Usage

```typescript theme={null}
const capitalOfFrance = await recase.llm({
  model: "gpt-4o",
  message: "What is the capital of France?",
});
```

Available models are `gpt-4o` and `claude-3-5`

<Note>
  What other modules and integrations would you like to see? Email us at [founders@recaseai.com](mailto:founders@recaseai.com)!
</Note>
