Skip to content

Variable: ModelProfileSchema

const ModelProfileSchema: ZodObject<{ cost: ZodOptional<ZodNumber>; quality: ZodOptional<ZodNumber>; speed: ZodOptional<ZodNumber>; }, $strip>

Foundation Model API quality / speed / cost scores Databricks publishes per pay-per-token endpoint (the bars shown in the AI Playground). Surfaced from the serving list under config.served_entities[].foundation_model.ai_gateway_model_profile so the class classifier can rank models from live, workspace-local numbers instead of a hand-maintained table. Scales are relative and unitless; all axes are absent for custom or brand-new endpoints that have no profile yet.