/** Barrel for the z.ai OpenAI-compatible client factory and its fetch/provider types. */ export { createZaiClient, type ZaiFetch, type ZaiProvider } from "./openai-compatible";