File tree Expand file tree Collapse file tree
classifications/universal Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_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
44config_hash : 9040e7359f066240ad536041fb2c5185
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments