Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

Update README.md with Amazon Bedrock #344

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ OpenCode is a Go-based CLI application that brings AI assistance to your termina
## Features

- **Interactive TUI**: Built with [Bubble Tea](https://github.com/charmbracelet/bubbletea) for a smooth terminal experience
- **Multiple AI Providers**: Support for OpenAI, Anthropic Claude, Google Gemini, AWS Bedrock, Groq, Azure OpenAI, and OpenRouter
- **Multiple AI Providers**: Support for OpenAI, Anthropic Claude, Google Gemini, Amazon Bedrock, Groq, Azure OpenAI, and OpenRouter
- **Session Management**: Save and manage multiple conversation sessions
- **Tool Integration**: AI can execute commands, search files, and modify code
- **Vim-like Editor**: Integrated editor with text input capabilities
Expand Down Expand Up @@ -105,9 +105,9 @@ You can configure OpenCode using environment variables:
| `VERTEXAI_PROJECT` | For Google Cloud VertexAI (Gemini) |
| `VERTEXAI_LOCATION` | For Google Cloud VertexAI (Gemini) |
| `GROQ_API_KEY` | For Groq models |
| `AWS_ACCESS_KEY_ID` | For AWS Bedrock (Claude) |
| `AWS_SECRET_ACCESS_KEY` | For AWS Bedrock (Claude) |
| `AWS_REGION` | For AWS Bedrock (Claude) |
| `AWS_ACCESS_KEY_ID` | For Amazon Bedrock (Claude) |
| `AWS_SECRET_ACCESS_KEY` | For Amazon Bedrock (Claude) |
| `AWS_REGION` | For Amazon Bedrock (Claude) |
| `AZURE_OPENAI_ENDPOINT` | For Azure OpenAI models |
| `AZURE_OPENAI_API_KEY` | For Azure OpenAI models (optional when using Entra ID) |
| `AZURE_OPENAI_API_VERSION` | For Azure OpenAI models |
Expand Down Expand Up @@ -244,7 +244,7 @@ OpenCode supports a variety of AI models from different providers:
- Gemini 2.0 Flash
- Gemini 2.0 Flash Lite

### AWS Bedrock
### Amazon Bedrock

- Claude 3.7 Sonnet

Expand Down