if (FALSE) {
# List all available models (from API if available)
all_models <- list_ionet_models()
# Force refresh from API
fresh_models <- list_ionet_models(force_refresh = TRUE)
# List only Llama models
llama_models <- list_ionet_models("llama")
# Show detailed information
model_info <- list_ionet_models(detailed = TRUE)
}
Run the code above in your browser using DataLab