IronaAI recommends the best-suited LLM to respond by analyzing an array of messages and a list of available LLMs, letting you handle the LLM calls however you like.Documentation Index
Fetch the complete documentation index at: https://docs.irona.ai/llms.txt
Use this file to discover all available pages before exploring further.
When to use model_select
Use model_select if you want to integrate IronaAI into an existing project.
The lightweight ironaai package minimizes dependency conflicts and works smoothly with your existing code for making LLM requests.
When to use create
Use create if you’re starting a new project & want to skip writing extra code for LLM calls.
Most examples here use create, but you can switch to model_select anytime.