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
π οΈ Improvements
* π Removed Grok Code Fast (GCF) support
* GCF is being deprecated by the provider. The indexing pipeline no longer depends on it.
* π Documentation refresh
* README updated to reflect the current provider lineup and revised indexing cost guidance.
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ Bito provides this in a completely secure fashion, with the AI Architect availab
108
108
109
109
---
110
110
111
-
### AI Architect deployment, usage, and pricing
111
+
### AI Architect deployment, usage, and pricing
112
112
113
113
You can choose to deploy and manage AI Architect in your own infrastructure with your own LLM keys, or let Bito host and manage it in the Bito cloud. An **on-prem deployment with an LLM access key is limited to a maximum of 5 developers**. AI Architect can be deployed in three different configurations depending on your team size, infrastructure, and management requirements:
114
114
@@ -122,7 +122,7 @@ You can choose to deploy and manage AI Architect in your own infrastructure with
122
122
>
123
123
> Teams of up to five members can use AI Architect for free with their preferred coding agents by using their own LLM API keys. Larger teams require **[Bito Enterprise Plan](https://bito.ai/pricing/)**, which includes bundled LLM tokens. Further, if you want to power Bito Code Review Agent with AI Architect, you will need Bito Enterprise Plan regardless of the size of the team.
124
124
>
125
-
> We recommend adding an Anthropic API key. AI Architect uses Claude Haiku to index your codebase.
125
+
> An Anthropic API key is required. AI Architect uses Claude Haiku to index your codebase. You can optionally also provide an OpenAI API key.
126
126
>
127
127
> With an Anthropic API key, indexing costs are typically **$1.00β$1.50 per MB** of indexable code (source files only; binaries, archives, and images are skipped).
128
128
@@ -139,7 +139,7 @@ Please contact us at [support@bito.ai](mailto:support@bito.ai) for a **free Ente
139
139
Before you start the AI Architect setup in your environment, make sure you have the following ready:
140
140
141
141
### **LLM API Keys**
142
-
Required for personal use of AI Architect. Supports**Anthropic (Claude)**models. AI Architect also supports **[Portkey](https://portkey.ai)** integration for custom proxy configurations.
142
+
Required for personal use of AI Architect. An**Anthropic (Claude)**API key is mandatory; you can optionally also provide an **OpenAI (GPT)** API key. AI Architect also supports **[Portkey](https://portkey.ai)** integration for custom proxy configurations.
143
143
144
144
### **Bito Access Key**
145
145
You'll need a **Bito account** and a **Bito Access Key** to authenticate AI Architect. You can sign up for a Bito account at https://alpha.bito.ai, and create an access key from Settings -> Advanced Settings **[Link](https://alpha.bito.ai/home/advanced)**.
@@ -252,7 +252,7 @@ The setup script will guide you through configuring AI Architect with your Git p
252
252
-**Git provider** (required) - Choose your Git provider (GitHub, GitLab or BitBucket)
253
253
-**Git Access Token** (required) - Personal access token for your Git provider
254
254
-**Enterprise Git provider domain URL** - Provide your custom domain URL if you are using enterprise/self-hosted version of Git provider (e.g., https://github.company.com).
255
-
-**LLM Keys** (required unless you have a Bito Enterprise Plan) - We suggest you provide an API key for the **Anthropic**LLM.
255
+
-**LLM Keys** (required unless you have a Bito Enterprise Plan) - Provide an API key for **Anthropic**(mandatory). You can optionally also provide an **OpenAI** API key.
256
256
-**Generate a secure MCP access token?** - Type `y` to generate a secure access token (recommended)
257
257
-**Configure SSO?** - Optionally enable Single Sign-On (SSO) authentication. Choose between **Bito authentication** (OAuth via your Bito workspace) or **Enterprise IdP** (SAML/OIDC via your corporate identity provider). See [SSO Authentication](#6-sso-authentication) for more details.
0 commit comments