model_select
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.
create
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.