import { type Uploadable } from "https://deno.land/x/openai@v4.53.2/core.ts";
Typically, this is a native "File" class.
We provide the toFile utility to convert a variety of objects into the File class.
For convenience, you can also pass a fetch Response, or in Node, the result of fs.createReadStream().