We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f1de5 commit 7447617Copy full SHA for 7447617
config/stainless.yaml
@@ -45,6 +45,11 @@ resources:
45
universal_classification: "#/components/schemas/UniversalClassificationResponse"
46
methods:
47
create: post /classifications/universal
48
+ rerankings:
49
+ models:
50
+ reranking: "#/components/schemas/RerankingResponse"
51
+ methods:
52
+ create: post /rerankings
53
54
settings:
55
disable_mock_tests: true
0 commit comments