GHHG10's picture
download
raw
597 Bytes
import type { FetchFunction } from "@ai-sdk/provider-utils"
export type OpenAIConfig = {
provider: string
url: (options: { modelId: string; path: string }) => string
headers: () => Record<string, string | undefined>
fetch?: FetchFunction
generateId?: () => string
/**
* File ID prefixes used to identify file IDs in Responses API.
* When undefined, all file data is treated as base64 content.
*
* Examples:
* - OpenAI: ['file-'] for IDs like 'file-abc123'
* - Azure OpenAI: ['assistant-'] for IDs like 'assistant-abc123'
*/
fileIdPrefixes?: readonly string[]
}

Xet Storage Details

Size:
597 Bytes
·
Xet hash:
eaa7dec5cb8f3036146a7cea35b3703c51249068b38f3374346bbfb68fe8efca

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.