Crate models_dev

Crate models_dev 

Source
Expand description

Simple models.dev API client.

A minimal Rust client for interacting with the models.dev API, focusing on essential functionality with clean architecture.

Re-exports§

pub use client::ModelsDevClient;
pub use error::ModelsDevError;
pub use traits::ModelsDevAware;
pub use types::ModelsDevResponse;
pub use types::Provider;
pub use types::Model;
pub use types::ModelCost;
pub use types::ModelLimit;
pub use types::Modalities;

Modules§

client
Smart HTTP client for interacting with the models.dev API with caching.
error
Error types for the models-dev client.
traits
Traits for models.dev integration.
types
Data structures for the models.dev API schema.