You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26-2Lines changed: 26 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,32 @@
1
1
# kilo-code
2
2
3
-
## [v4.111.1]
3
+
## [v4.113.1]
4
+
5
+
-[#3408](https://github.com/Kilo-Org/kilocode/pull/3408)[`5aee3ad`](https://github.com/Kilo-Org/kilocode/commit/5aee3ad6ee200eefd5dd12933ba650989ccc0857) Thanks [@brianc](https://github.com/brianc)! - Fix auto-complete indicator. It now hides properly if the autocomplete request errors in the background.
6
+
7
+
## [v4.113.0]
8
+
9
+
-[#3382](https://github.com/Kilo-Org/kilocode/pull/3382)[`98c4d89`](https://github.com/Kilo-Org/kilocode/commit/98c4d89f414394de0b5ab579e9216c860b4a1d30) Thanks [@hassoncs](https://github.com/hassoncs)! - Add descriptions to the MCP and modes marketplace headers
10
+
11
+
-[#2442](https://github.com/Kilo-Org/kilocode/pull/2442)[`34b04ae`](https://github.com/Kilo-Org/kilocode/commit/34b04ae0c5763757c41bfbd3132aed3a67d2ac7a) Thanks [@hassoncs](https://github.com/hassoncs)! - Added AI powered commit message generation to Jetbrains IDEs
-[#3346](https://github.com/Kilo-Org/kilocode/pull/3346)[`5d82884`](https://github.com/Kilo-Org/kilocode/commit/5d828842b502b6accd2e0423db99ef8bdc0dbf33) Thanks [@mcowger](https://github.com/mcowger)! - Fixed Anthropic models not working on Google Vertex Global
24
+
25
+
## [v4.111.2]
26
+
27
+
-[#3363](https://github.com/Kilo-Org/kilocode/pull/3363)[`233334c`](https://github.com/Kilo-Org/kilocode/commit/233334cd284477290b67359add7e0f703d8707b7) Thanks [@markijbema](https://github.com/markijbema)! - Various improvements to the autocomplete functionality
28
+
29
+
## [v4.111.1]
6
30
7
31
-[#3282](https://github.com/Kilo-Org/kilocode/pull/3282)[`ed4399b`](https://github.com/Kilo-Org/kilocode/commit/ed4399b7d82d735895fbf4d85cfaefff5002571a) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - Improved handling of tool calls in the API conversation history
Copy file name to clipboardExpand all lines: apps/kilocode-docs/docs/getting-started/connecting-api-provider.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,21 +4,24 @@ sidebar_label: Connecting To A Provider
4
4
5
5
# Connecting an AI Provider
6
6
7
-
Kilo Code requires an API key from an AI model provider to function.
7
+
Kilo Code requires an API key from an AI model provider to function.
8
8
9
9
We recommend these options for accessing the powerful **Claude 4 Sonnet** model:
10
10
11
-
-**Kilo Code API provider (Recommended):** Provides access to all of the models available through OpenRouter with competitive pricing and free credits to get started. [View pricing](https://kilocode.ai/pricing)
11
+
-**Kilo Gateway (Recommended):** Provides access to all of the models available through OpenRouter with competitive pricing and free credits to get started. [View pricing](https://kilocode.ai/pricing)
12
12
-**OpenRouter:** Provides access to multiple AI models through a single API key. [View pricing](https://openrouter.ai/models?order=pricing-low-to-high).
13
13
-**Anthropic:** Direct access to Claude models. Requires API access approval and may have [rate limits depending on your tier](https://docs.anthropic.com/en/api/rate-limits#requirements-to-advance-tier). See [Anthropic's pricing page](https://www.anthropic.com/pricing#anthropic-api) for details.
14
14
15
15
## Using the Kilo Code Provider
16
+
16
17
By default when you install Kilo Code the extension, you'll be prompted to sign in or create an account in the [Kilo Code Provider](/providers/kilocode).
17
18
18
19
That will walk you through the account setup and _automatically_ configure Kilo Code properly to get you started. If you'd rather use another provider, you'll need to manually get your API key as described below.
19
20
20
21
## Using another API Provider
21
22
23
+
_Coming soon to Kilo Code Teams and Enterprise!_
24
+
22
25
### Getting Your API Key
23
26
24
27
#### Option 1: LLM Routers
@@ -34,7 +37,7 @@ LLM routers let you access multiple AI models with one API key, simplifying cost
34
37
35
38
<imgsrc="/docs/img/connecting-api-provider/connecting-api-provider-4.png"alt="OpenRouter API keys page"width="600" />
36
39
37
-
*OpenRouter dashboard with "Create key" button. Name your key and copy it after creation.*
40
+
_OpenRouter dashboard with "Create key" button. Name your key and copy it after creation._
38
41
39
42
##### Requesty
40
43
@@ -45,7 +48,7 @@ LLM routers let you access multiple AI models with one API key, simplifying cost
45
48
46
49
<imgsrc="/docs/img/connecting-api-provider/connecting-api-provider-7.png"alt="Requesty API management page"width="600" />
47
50
48
-
*Requesty API management page with "Create API Key" button. Copy your key immediately - it's shown only once.*
51
+
_Requesty API management page with "Create API Key" button. Copy your key immediately - it's shown only once._
49
52
50
53
#### Option 2: Direct Providers
51
54
@@ -60,7 +63,7 @@ For direct access to specific models from their original providers, with full ac
60
63
61
64
<imgsrc="/docs/img/connecting-api-provider/connecting-api-provider-5.png"alt="Anthropic console API Keys section"width="600" />
62
65
63
-
*Anthropic console API Keys section with "Create key" button. Name your key, set expiration, and copy it immediately.*
66
+
_Anthropic console API Keys section with "Create key" button. Name your key, set expiration, and copy it immediately._
64
67
65
68
##### OpenAI
66
69
@@ -71,7 +74,7 @@ For direct access to specific models from their original providers, with full ac
71
74
72
75
<imgsrc="/docs/img/connecting-api-provider/connecting-api-provider-6.png"alt="OpenAI API keys page"width="600" />
73
76
74
-
*OpenAI platform with "Create new secret key" button. Name your key and copy it immediately after creation.*
77
+
_OpenAI platform with "Create new secret key" button. Name your key and copy it immediately after creation._
75
78
76
79
### Configuring the Provider in Kilo Code
77
80
@@ -81,6 +84,6 @@ Once you have your API key:
81
84
2. In the welcome screen, select your API provider from the dropdown
82
85
3. Paste your API key into the appropriate field
83
86
4. Select your model:
84
-
- For **OpenRouter**: select `anthropic/claude-3.7-sonnet` ([model details](https://openrouter.ai/anthropic/claude-3.7-sonnet))
85
-
- For **Anthropic**: select `claude-3-7-sonnet-20250219` ([model details](https://www.anthropic.com/pricing#anthropic-api))
87
+
- For **OpenRouter**: select `anthropic/claude-3.7-sonnet` ([model details](https://openrouter.ai/anthropic/claude-3.7-sonnet))
88
+
- For **Anthropic**: select `claude-3-7-sonnet-20250219` ([model details](https://www.anthropic.com/pricing#anthropic-api))
86
89
5. Click "Let's go!" to save your settings and start using Kilo Code
Using Kilo seats with an Enterprise or Teams subscription provides detailed usage analytics to help you monitor and understand your organization’s AI usage patterns, costs, and activity through the Kilo Code API provider.
7
+
Using Kilo seats with an Enterprise or Teams subscription provides detailed usage analytics to help you monitor and understand your organization’s AI usage patterns, costs, and activity through the Kilo Gateway provider.
8
8
9
9
## Analytics Dashboard Overview
10
10
11
-
Access your organization’s usage analytics through the **Usage Details** section in your dashboard. The analytics show comprehensive data about your team's usage of the Kilo Code API provider.
11
+
Access your organization’s usage analytics through the **Usage Details** section in your dashboard. The analytics show comprehensive data about your team's usage of the Kilo Gateway provider.
12
12
13
13
:::info Usage Scope
14
-
This usage overview includes all of your usage of the Kilo Code API provider. It does **NOT** include any usage made via the Kilo Code extension to other, non-Kilo Code providers. You can choose which API provider to use from the extension's main settings page.
14
+
This usage overview includes all of your usage of the Kilo Gateway provider. It does **NOT** include any usage made via the Kilo Code extension to other, non-Kilo Code providers. You can choose which API provider to use from the extension's main settings page.
Copy file name to clipboardExpand all lines: apps/kilocode-docs/i18n/zh-CN/docusaurus-plugin-content-docs/current/getting-started/connecting-api-provider.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@ Kilo Code 需要 AI 模型提供商的 API 密钥才能运行。
0 commit comments