ReasoningSpec.includeAudio property
Attach the last N seconds of programme audio (16kHz mono WAV) to each generative request. Requires an audio subscription on the node. Supported by Gemini and OpenAI audio-capable models (e.g. gpt-4o-audio-preview); rejected for the Claude provider, which has no audio input. Roughly 32 tokens/second on Gemini — usually cheaper than an image.
Signature:
readonly includeAudio?: {
seconds: number;
};