Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Automatic cost calculation and analytics
{ service: "chat-api", costThreshold: 2.0, // 200% increase window: "1h" }
await lumina.traceLLM( () => customLLM.generate(prompt), { metadata: { cost_per_prompt_token: 0.000003, cost_per_completion_token: 0.000015, }, } );