import Header from "@/src/components/layouts/header"; import ModelTable from "@/src/components/table/use-cases/models"; export function ModelsSettings(props: { projectId: string }) { return ( <>

A configuration that stores pricing information for an LLM model. Model definitions specify the cost per input and output token, enabling Langfuse to automatically calculate the price of generations based on token usage.

); }