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
This commit is contained in:
Ahmed Ibrahim
2025-12-04 12:57:54 -08:00
committed by GitHub
parent 6e6338aa87
commit 903b7774bc
8 changed files with 457 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
pub mod chat;
pub mod compact;
pub mod models;
pub mod responses;
mod streaming;