AIToday
Large Language ModelsAI Coding AssistantsOpen-Source AIAmazon AI BlogPublished: Sep 24, 2026, 04:00 JST

OpenCode on Amazon Bedrock: open weight coding agents

OpenCode on Amazon Bedrock: open weight coding agents

3 Key Points

  1. What happened

    AWS published a guide to pair OpenCode, an open-source terminal coding agent, with open weight models on Amazon Bedrock such as Moonshot AI Kimi K3, OpenAI GPT-OSS 120B, and NVIDIA Nemotron 3 Super 120B.

  2. Why it matters

    Developers can keep code and prompts inside their own AWS account with pay-per-token billing instead of per-seat fees, and switch models by changing one API parameter, which may lower costs at scale.

  3. What to watch

    Bedrock says a global cross-Region inference profile costs approximately 10% less than a geographic profile, so the cost case hinges on whether data residency rules let teams use the global profile.

WHO IT HITSEnterprise platform and DevOps teams that run internal coding assistants are the clearest fit: they can point developers at open weight models through Bedrock under existing IAM, CloudTrail, and compliance controls, instead of using third-party coding APIs or self-hosting GPUs.

Not sure about something? Ask the AI

Summaries like this, in your inbox every morning.

Context & Analysis

The post arrives as AWS argues the constraints of mainstream coding assistants have become a real friction point: sending proprietary code to a third-party API, locking into one model provider, or paying per-seat regardless of usage. OpenCode, built in Go, reads and edits files, runs shell commands, and understands project structure through Language Server Protocol diagnostics, connecting to over 75 LLM providers including Bedrock.

The pitch rests on a division of labor between models rather than a single best one. In the sample configuration, planning and architecture tasks route to Kimi K3, which reasons on every turn and supports a 1M-token context, while code generation goes to Nemotron 3 Super 120B, whose Mixture-of-Experts design activates only 12B of 120B parameters per token. GPT-OSS 120B serves as a default for multi-file implementations. The article points readers to the Artificial Analysis Coding Index and Bedrock Evaluations to compare models on their own prompts, and cites CrowdStrike's fine-tuned NVIDIA Nemotron reaching 96% valid query accuracy against GPT-4o at 61% and Claude Sonnet 4.5 at 94%. Ethara.AI, an AWS customer, runs this in production with an orchestration layer that routes requests by capability. The open question is whether cost and residency settings line up: Flex tier promises 50 percent lower cost for batch work, but the cheaper global profile and strict data residency may pull in opposite directions for regulated teams.

FAQ
Which models can OpenCode use on Amazon Bedrock?
The post features Moonshot AI Kimi K3, OpenAI GPT-OSS 120B, and NVIDIA Nemotron 3 Super 120B, which developers enable through the Amazon Bedrock console.
How does the pricing work?
Bedrock offers three tiers: Priority for latency-sensitive production, Standard for pay-per-token on-demand inference, and Flex at 50 percent lower cost for variable-latency workloads. AWS says global cross-Region inference costs approximately 10% less than a geographic profile.
Is my code used to train the models?
No. According to the post, Bedrock doesn't use your inputs or outputs to train or improve foundation models, and prompts and responses stay in your AWS account.
Amazon AI BlogRead Original Article

Get the latest Large Language Models news every morning

For example, today's edition would include:

  • Rabbit unveils OS3, a cloud AI agent for up to five machinesSiliconANGLE AI · 1h ago
  • Qualcomm, Google widen Snapdragon Summit 2026 tie-upDIGITIMES Asia · 1h ago
  • Redis LangCache: 15x faster, 70% cheaper on cache hitsDaily Dose of Data Science · 1h ago

AI-summarized, only the topics you pick — one digest a day via Email, LINE, or Slack.

Free · 30 seconds with Google · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleHarvey drafts stronger legal docs with GPT-6 Astra