feat: Add Amazon Nova as a model provider #7876

Open
opened 2026-02-16 18:08:33 -05:00 by yindo · 1 comment
Owner

Originally created by @adhajar on GitHub (Jan 28, 2026).

Originally assigned to: @thdxr on GitHub.

Description

Add support for Amazon Nova as a standalone model provider in opencode.

Requirements

  • Add Nova as a provider with OpenAI-compatible API support
  • Support NOVA_API_KEY environment variable for authentication
  • Configure base URL to https://api.nova.amazon.com/v1
  • Add nova-2-lite-v1 model with:
    • 64K context window
    • 10K max output tokens
    • Text and image input support
    • Tool calling capability
    • Reasoning support (low/medium/high effort levels)

Motivation

Nova provides powerful AI models that should be accessible through opencode's provider system.

Originally created by @adhajar on GitHub (Jan 28, 2026). Originally assigned to: @thdxr on GitHub. ## Description Add support for Amazon Nova as a standalone model provider in opencode. ## Requirements - Add Nova as a provider with OpenAI-compatible API support - Support `NOVA_API_KEY` environment variable for authentication - Configure base URL to `https://api.nova.amazon.com/v1` - Add `nova-2-lite-v1` model with: - 64K context window - 10K max output tokens - Text and image input support - Tool calling capability - Reasoning support (low/medium/high effort levels) ## Motivation Nova provides powerful AI models that should be accessible through opencode's provider system.
Author
Owner

@github-actions[bot] commented on GitHub (Jan 28, 2026):

This issue might be a duplicate of existing issues. Please check:

  • #10611: AWS Bedrock Claude models reasoning configuration - mentions the current codebase has specific checks for handling Amazon Nova vs Claude/Anthropic models, which will be relevant to integrating Nova support

Feel free to ignore if this doesn't address your specific case.

@github-actions[bot] commented on GitHub (Jan 28, 2026): This issue might be a duplicate of existing issues. Please check: - #10611: AWS Bedrock Claude models reasoning configuration - mentions the current codebase has specific checks for handling Amazon Nova vs Claude/Anthropic models, which will be relevant to integrating Nova support Feel free to ignore if this doesn't address your specific case.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#7876