15 Commits

Author SHA1 Message Date
Aiden Cline e205675103 feat(providers): add GPT-5.6 hosted models 2026-07-13 11:28:26 -05:00
Lilly c15ccd0a77 Add databricks-kimi-k2-7-code and databricks-glm-5-2 models 2026-07-11 02:28:00 +00:00
Adam 5c281e4feb feat: model descriptions 2026-07-01 14:16:49 -05:00
Aiden Cline 4e85eac00a docs: document provider reasoning request formats 2026-06-26 09:37:21 -05:00
Aiden Cline 8d7c33c28b Merge pull request #2342 from anomalyco/split/databricks-openai-reasoning-options
[databricks/openai] Add reasoning options
2026-06-25 09:07:49 -05:00
Aiden Cline b091dc1a58 Merge pull request #2341 from anomalyco/split/databricks-google-reasoning-options
[databricks/google] Add reasoning options
2026-06-25 09:07:37 -05:00
Aiden Cline dc2655aeb0 fix(databricks): remove unsupported Claude budget caps 2026-06-23 23:28:36 -05:00
Aiden Cline 7302d08ee9 [databricks/openai] Add reasoning options 2026-06-13 16:02:33 -05:00
Aiden Cline f45fca5eb5 [databricks/google] Add reasoning options 2026-06-13 16:02:32 -05:00
Aiden Cline 8506d5831f [databricks/anthropic] Add reasoning options 2026-06-13 16:02:30 -05:00
Adam f6c6f04367 feat(models): add model metadata (#1974)
* feat(models): add model metadata

* feat(models): rename model metadata namespaces
2026-06-03 15:13:54 -05:00
Rohit Agrawal bab01dd9ab refactor: move databricks generate to packages/core/script following repo conventions
Addresses review feedback by removing AI SDK dependencies from package.json
and aligning with the Vercel/Helicone/Wandb pattern.

- Move generate-databricks.ts to packages/core/script/
- Add databricks:generate to root scripts
- Remove smoke test and runtime filtering (catalog should reflect what the
  upstream API exposes; AI SDK compatibility is a downstream concern)
- Add --dry-run and --new-only flags
- Merge with existing TOMLs instead of nuking them; warn about orphans
- Restore databricks-gemini-3-pro and databricks-gemini-3-1-pro
- Drop @ai-sdk/openai-compatible, ai, zod from root dependencies

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 17:54:04 -04:00
Rohit Agrawal bdaae956af feat: add AI SDK compatibility test to generate script, remove incompatible models
Generate script now smoke-tests each model with streamText after writing TOMLs
and removes any that return empty responses (incompatible with @ai-sdk/openai-compatible).
Removes databricks-gemini-3-pro and databricks-gemini-3-1-pro which return content
as array with thoughtSignature that the AI SDK cannot parse.

Also adds test-databricks.ts for standalone smoke testing.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 17:53:44 -04:00
Rohit Agrawal 6f118145c0 fix: inline gpt-oss model metadata instead of invalid extends path
openrouter models in subdirectories can't use extends (schema requires
provider/model format); resolve() now inlines the source TOML content directly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 17:53:44 -04:00
Rohit Agrawal 386eaed119 add databricks 2026-05-11 17:53:44 -04:00