Files
codex/codex-rs/codex-api/src/endpoint/mod.rs
Ahmed Ibrahim 903b7774bc Add models endpoint (#7603)
- Use the codex-api crate to introduce models endpoint. 
- Add `models` to codex core tests helpers
- Add `ModelsInfo` for the endpoint return type
2025-12-04 12:57:54 -08:00

6 lines
81 B
Rust

pub mod chat;
pub mod compact;
pub mod models;
pub mod responses;
mod streaming;