Skip to content

Commit f08dc45

Browse files
feat(api): drop mini models
1 parent 625f523 commit f08dc45

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 5
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-a307f2351504c7d4d18a52c3cc7a120f2b1347bb5cfd8f89f8a95591bcc22eac.yml
3-
openapi_spec_hash: 5057bbce3b8a5c9561253624702d893d
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-3fc0da1b03c07a47ee0a04ff61443710b99e6d24e8ba5986aab0b1c023c6f0d5.yml
3+
openapi_spec_hash: 5992dd036e090cc43fa15ea5ff985f77
44
config_hash: 9040e7359f066240ad536041fb2c5185

src/resources/classifications/universal/universal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export interface UniversalCreateParams {
122122
* The ID of the [model](https://docs.isaacus.com/models#universal-classification)
123123
* to use for universal classification.
124124
*/
125-
model: 'kanon-universal-classifier' | 'kanon-universal-classifier-mini';
125+
model: 'kanon-universal-classifier';
126126

127127
/**
128128
* The [Isaacus Query Language (IQL)](https://docs.isaacus.com/iql) query or, if

src/resources/extractions/qa/qa.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export interface QACreateParams {
120120
* [model](https://docs.isaacus.com/models#extractive-question-answering) to use
121121
* for extractive question answering.
122122
*/
123-
model: 'kanon-answer-extractor' | 'kanon-answer-extractor-mini';
123+
model: 'kanon-answer-extractor';
124124

125125
/**
126126
* The query to extract the answer to.

src/resources/rerankings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export interface RerankingCreateParams {
7777
* [reranking model](https://docs.isaacus.com/models/introduction#reranking) or
7878
* [universal classification model](https://docs.isaacus.com/models/introduction#universal-classification).
7979
*/
80-
model: 'kanon-2-reranker' | 'kanon-universal-classifier' | 'kanon-universal-classifier-mini';
80+
model: 'kanon-2-reranker' | 'kanon-universal-classifier';
8181

8282
/**
8383
* The query to evaluate the relevance of the texts to.

0 commit comments

Comments
 (0)