chore: generate
This commit is contained in:
@@ -1426,6 +1426,7 @@ export type ProviderConfig = {
|
|||||||
}
|
}
|
||||||
limit?: {
|
limit?: {
|
||||||
context: number
|
context: number
|
||||||
|
input?: number
|
||||||
output: number
|
output: number
|
||||||
}
|
}
|
||||||
modalities?: {
|
modalities?: {
|
||||||
@@ -1919,6 +1920,7 @@ export type Model = {
|
|||||||
}
|
}
|
||||||
limit: {
|
limit: {
|
||||||
context: number
|
context: number
|
||||||
|
input?: number
|
||||||
output: number
|
output: number
|
||||||
}
|
}
|
||||||
status: "alpha" | "beta" | "deprecated" | "active"
|
status: "alpha" | "beta" | "deprecated" | "active"
|
||||||
@@ -3824,6 +3826,7 @@ export type ProviderListResponses = {
|
|||||||
}
|
}
|
||||||
limit: {
|
limit: {
|
||||||
context: number
|
context: number
|
||||||
|
input?: number
|
||||||
output: number
|
output: number
|
||||||
}
|
}
|
||||||
modalities?: {
|
modalities?: {
|
||||||
|
|||||||
@@ -3572,6 +3572,9 @@
|
|||||||
"context": {
|
"context": {
|
||||||
"type": "number"
|
"type": "number"
|
||||||
},
|
},
|
||||||
|
"input": {
|
||||||
|
"type": "number"
|
||||||
|
},
|
||||||
"output": {
|
"output": {
|
||||||
"type": "number"
|
"type": "number"
|
||||||
}
|
}
|
||||||
@@ -8868,6 +8871,9 @@
|
|||||||
"context": {
|
"context": {
|
||||||
"type": "number"
|
"type": "number"
|
||||||
},
|
},
|
||||||
|
"input": {
|
||||||
|
"type": "number"
|
||||||
|
},
|
||||||
"output": {
|
"output": {
|
||||||
"type": "number"
|
"type": "number"
|
||||||
}
|
}
|
||||||
@@ -9998,6 +10004,9 @@
|
|||||||
"context": {
|
"context": {
|
||||||
"type": "number"
|
"type": "number"
|
||||||
},
|
},
|
||||||
|
"input": {
|
||||||
|
"type": "number"
|
||||||
|
},
|
||||||
"output": {
|
"output": {
|
||||||
"type": "number"
|
"type": "number"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user