modelsdev 0.11.4

A fast TUI and CLI for browsing AI models, benchmarks, and coding agents
1
2
3
4
5
6
7
mod fetch;
mod store;
mod traits;

pub use fetch::{BenchmarkFetchResult, BenchmarkFetcher};
pub use store::{BenchmarkEntry, BenchmarkStore, ReasoningFilter, ReasoningStatus};
pub use traits::{apply_model_traits, build_open_weights_map};