import { streamText } from 'ai'; const result = streamText({ model: 'moonshotai/kimi-k3', prompt: 'Summarize this internal document.', providerOptions: { gateway: { inferenceRegion: { scope: 'zone', geoRegion: 'us' }, }, },});