Skip to content

Commit fbfa1c5

Browse files
# πŸš€ AIArchitect v1.8.2
πŸ› οΈ 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.
1 parent f77b27b commit fbfa1c5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Bito provides this in a completely secure fashion, with the AI Architect availab
108108

109109
---
110110

111-
### AI Architect deployment, usage, and pricing
111+
### AI Architect deployment, usage, and pricing
112112

113113
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:
114114

@@ -122,7 +122,7 @@ You can choose to deploy and manage AI Architect in your own infrastructure with
122122
>
123123
> 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.
124124
>
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.
126126
>
127127
> 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).
128128
@@ -139,7 +139,7 @@ Please contact us at [support@bito.ai](mailto:support@bito.ai) for a **free Ente
139139
Before you start the AI Architect setup in your environment, make sure you have the following ready:
140140

141141
### **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.
143143

144144
### **Bito Access Key**
145145
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
252252
- **Git provider** (required) - Choose your Git provider (GitHub, GitLab or BitBucket)
253253
- **Git Access Token** (required) - Personal access token for your Git provider
254254
- **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.
256256
- **Generate a secure MCP access token?** - Type `y` to generate a secure access token (recommended)
257257
- **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.
258258

-53 Bytes
Binary file not shown.

0 commit comments

Comments
Β (0)