export declare enum ModelFeature { Streaming = "streaming", Batch = "batch", FunctionCalling = "function_calling", StructuredOutput = "structured_output" } //# sourceMappingURL=model_feature.d.ts.map