From 29ca436111f799300bcd24eb117812955221db5d Mon Sep 17 00:00:00 2001 From: Gerome Elassaad Date: Thu, 22 Jan 2026 23:07:16 +1100 Subject: [PATCH 1/3] Update essentials/customization.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- essentials/customization.mdx | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/essentials/customization.mdx b/essentials/customization.mdx index 608433a..d2cf6ac 100644 --- a/essentials/customization.mdx +++ b/essentials/customization.mdx @@ -232,15 +232,23 @@ Configure local AI inference: - **OpenAI-compatible**: Custom OpenAI-compatible endpoints **Local provider settings:** -- Custom base URL -- Connection testing -- Model discovery +- Automatic detection of running providers +- Custom base URL configuration +- Real-time connection status +- Model discovery and listing - Enable/disable toggle -Local providers require the respective software running on your machine. Connection status is shown in real-time. +CodinIT automatically detects when Ollama (port 11434) or LM Studio (port 1234) are running on your machine. Detected providers are automatically enabled and appear in your model selector. Connection status updates in real-time. +**Auto-detection features:** +- Scans for local providers on startup +- Automatically enables detected providers +- Disables providers when they go offline +- Shows loading states during detection +- Integrates seamlessly with model selection + ### API keys Centralized API key management for all AI providers: From 258ac46882ca6369e10c4c7105f5f8d9c11acf11 Mon Sep 17 00:00:00 2001 From: Gerome Elassaad Date: Thu, 22 Jan 2026 23:07:34 +1100 Subject: [PATCH 2/3] Update providers/ollama.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- providers/ollama.mdx | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/providers/ollama.mdx b/providers/ollama.mdx index b6a1f39..cf8ee0c 100644 --- a/providers/ollama.mdx +++ b/providers/ollama.mdx @@ -38,9 +38,25 @@ Run models locally using Ollama for privacy, offline access, and control. Requir See [Ollama model library](https://ollama.com/library) for full list. +## Dynamic Context Windows + +CodinIT automatically calculates optimal context windows based on model parameter size: + +- **70B+ models:** 32k context window (e.g., Llama 70B) +- **30B+ models:** 16k context window +- **7B+ models:** 8k context window +- **Smaller models:** 4k context window (default) + +**Special model families:** +- Llama 70B models: 32k context +- Llama 405B models: 128k context + +Model labels in CodinIT show both parameter size and context window (e.g., "qwen2.5-coder:32b (32B, 16k ctx)"). + ## Notes -- **Context window:** Minimum 12,000 tokens recommended, 32,000 ideal +- **Auto-detection:** CodinIT automatically detects Ollama running on port 11434 +- **Context window:** Dynamically calculated based on model capabilities - **Resource demands:** Large models require significant system resources - **Offline capability:** Works without internet after model download - **Performance:** May be slow on average hardware From b9a86ddd042ab85f87144f8f2f41d637521374ab Mon Sep 17 00:00:00 2001 From: Gerome Elassaad Date: Thu, 22 Jan 2026 23:07:46 +1100 Subject: [PATCH 3/3] Update providers/openrouter.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- providers/openrouter.mdx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/providers/openrouter.mdx b/providers/openrouter.mdx index 01a885e..3ea730b 100644 --- a/providers/openrouter.mdx +++ b/providers/openrouter.mdx @@ -22,7 +22,15 @@ OpenRouter provides access to models from multiple providers through a single AP ## Supported Models -CodinIT automatically fetches available models. See [OpenRouter Models](https://openrouter.ai/models) for the complete list. +CodinIT automatically fetches available models. Featured models include: + +- **Claude Opus 4.5:** 200k context, maximum intelligence +- **Claude Sonnet 4.5:** 1M context, highest intelligence +- **GPT-5.2 Pro:** 400k context, latest GPT model +- **GPT-4o:** 128k context, reliable fallback +- **DeepSeek R1 (Free):** 163k context, free tier available + +See [OpenRouter Models](https://openrouter.ai/models) for the complete list. ## Features