feat(llm): add model defaults and compatibility data (#34436)
This commit is contained in:
parent
6d9539f469
commit
1fd8bf526d
3 changed files with 89 additions and 5 deletions
|
|
@ -1,7 +1,6 @@
|
|||
import type { RouteDefaultsInput } from "./route/client"
|
||||
import type { Model, ModelID, ProviderID } from "./schema"
|
||||
|
||||
export type ModelOptions = RouteDefaultsInput
|
||||
export type ModelOptions = Pick<Model.Input, "defaults" | "compatibility">
|
||||
|
||||
/**
|
||||
* Advanced structural provider definition helper. Built-in providers should
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue