AltimateAI / AltimateAI/altimate-code

feat: Databricks model registry refresh mechanism

Abierto
#733 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
TypeScript
Estrellas
811
Forks
134
Merge medio
3 d 2 h
PR fusionados (30 d)
50

Descripción

## What does this PR do?
Allow the Databricks model list to be refreshed at runtime so deprecated models don't silently 404.

## Why
Flagged during the v0.6.0 release review (CTO persona). v0.6.0 hardcodes 11 Databricks foundation models. When Databricks deprecates one (e.g. `databricks-gpt-5-mini`), users hit silent 404s with no clear recovery path.

## Proposed
Two options:
1. `databricks list-models` CLI — hit `/api/2.0/serving-endpoints` and diff against registered models, warn on drift.
2. Config override — let users declare custom Databricks models in `altimate.json` (same pattern as custom OpenAI-compatible models).

Probably both. Document in the Databricks providers section.

## Deferred from
v0.6.0 release review. Filed at tag time per no-follow-up-PRs release policy.

## Type of change
- [x] New feature

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.