diff --git a/providers/kiconnect/models/gpt-5.1-2025-11-13.toml b/providers/kiconnect/models/gpt-5.1-2025-11-13.toml new file mode 100644 index 000000000..c530016c3 --- /dev/null +++ b/providers/kiconnect/models/gpt-5.1-2025-11-13.toml @@ -0,0 +1,23 @@ +name = "gpt-5.1-2025-11-13" +attachment = true +reasoning = true +tool_call = true +structured_output = true +temperature = false +knowledge = "2024-09-30" +release_date = "2025-11-13" +last_updated = "2025-11-13" +open_weights = false + +[cost] +input = 0.0 +output = 0.0 + +[limit] +context = 400_000 +input = 400_000 +output = 128_000 + +[modalities] +input = ["text", "image"] +output = ["text"] \ No newline at end of file diff --git a/providers/kiconnect/provider.toml b/providers/kiconnect/provider.toml new file mode 100644 index 000000000..cb6ee2271 --- /dev/null +++ b/providers/kiconnect/provider.toml @@ -0,0 +1,5 @@ +name = "KI:connect" +npm = "@ai-sdk/openai-compatible" +api = "https://chat.kiconnect.nrw/api" +env = ["KICONNECT_API_KEY"] +doc = "https://chat.kiconnect.nrw/app/api-docs/" \ No newline at end of file