Skip to main content

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.

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

Usage

const nameAndAge = await recase.llmStructured({
      message: "Hello, Claude! My name is John and age is 32",
      model: "claude-3-5",
      schema: {
        myName: "string",
        myAge: "number",
  },
});
Available models are gpt-4o and claude-3-5
What other modules and integrations would you like to see? Email us at founders@recaseai.com!