feat(core): generate Anthropic thinking variants for reasoning models
This commit is contained in:
parent
58ba99e505
commit
7c4c4c7239
13 changed files with 124 additions and 13 deletions
|
|
@ -28,7 +28,7 @@ const model = (api: Api, variants: ModelV2.Info["variants"] = []) =>
|
|||
providerID: ProviderV2.ID.make("test-provider"),
|
||||
name: "Test model",
|
||||
api: { id: ModelV2.ID.make("api-test-model"), ...api },
|
||||
capabilities: { tools: true, input: ["text"], output: ["text"] },
|
||||
capabilities: { tools: true, reasoning: false, input: ["text"], output: ["text"] },
|
||||
request: {
|
||||
headers: { "x-test": "header" },
|
||||
body: { apiKey: "secret", custom_extension: { enabled: true } },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue