**Parent:** #625 `crates/zeph-llm/src/provider.rs:63-100` — `Image { data: Vec<u8>, mime_type: String }` inflates enum to 48 bytes. Use `Box<[u8]>` (16 bytes) instead of `Vec<u8>` (24 bytes).