feat(api): use official provider endpoints

This commit is contained in:
Patrick Wozniak
2026-08-18 10:56:06 +02:00
parent 0603291396
commit 84a802d91d
20 changed files with 199 additions and 4525 deletions
+2
View File
@@ -49,6 +49,7 @@ class CommandContext implements CommandCodeCommandContext {
const FIRST_MODEL: CommandCodeModel = {
id: "first-model",
name: "First Model",
api: "openai-completions",
reasoning: true,
contextWindow: 128_000,
maxTokens: 16_384,
@@ -57,6 +58,7 @@ const FIRST_MODEL: CommandCodeModel = {
const SECOND_MODEL: CommandCodeModel = {
id: "second-model",
name: "Second Model",
api: "openai-completions",
reasoning: true,
contextWindow: 256_000,
maxTokens: 32_768,