Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion providers/aion-labs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ id = "aion-labs"
display_name = "Aion Labs"
api_key_env = "AION_LABS_API_KEY"
base_url = ""
key_required = true
key_required = false

[[models]]
id = "aion-1.0"
Expand Down
18 changes: 0 additions & 18 deletions providers/alibaba.toml

This file was deleted.

2 changes: 1 addition & 1 deletion providers/allenai.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ id = "allenai"
display_name = "Allenai"
api_key_env = "ALLENAI_API_KEY"
base_url = ""
key_required = true
key_required = false

[[models]]
id = "olmo-2-0325-32b-instruct"
Expand Down
58 changes: 0 additions & 58 deletions providers/amazon.toml

This file was deleted.

4 changes: 2 additions & 2 deletions providers/arcee-ai.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
[provider]
id = "arcee-ai"
display_name = "Arcee Ai"
api_key_env = "ARCEE_AI_API_KEY"
base_url = ""
api_key_env = "ARCEE_API_KEY"
base_url = "https://api.arcee.ai/v1"
key_required = true

[[models]]
Expand Down
30 changes: 30 additions & 0 deletions providers/bedrock.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,33 @@ supports_tools = true
supports_vision = false
supports_streaming = true
aliases = []

[[models]]
id = "bedrock/amazon.nova-2-lite-v1:0"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Preserve legacy Amazon Nova model IDs as aliases

This migration introduces bedrock/amazon... IDs but removes the standalone Amazon provider, so previously valid IDs (nova-2-lite-v1, nova-lite-v1, nova-micro-v1, nova-premier-v1, nova-pro-v1) disappear with no alias bridge. Any config or experiment pinned to those IDs will fail model lookup after this commit. Fresh evidence in this revision is that these old IDs are absent from the remaining provider TOMLs and aliases.toml.

Useful? React with 👍 / 👎.

display_name = "Amazon: Nova 2 Lite"
tier = "fast"
context_window = 1000000
max_output_tokens = 65535
input_cost_per_m = 0.3
output_cost_per_m = 2.5
supports_streaming = true

[[models]]
id = "bedrock/amazon.nova-micro-v1:0"
display_name = "Amazon: Nova Micro 1.0"
tier = "fast"
context_window = 128000
max_output_tokens = 5120
input_cost_per_m = 0.035
output_cost_per_m = 0.14
supports_streaming = true

[[models]]
id = "bedrock/amazon.nova-premier-v1:0"
display_name = "Amazon: Nova Premier 1.0"
tier = "frontier"
context_window = 1000000
max_output_tokens = 65535
input_cost_per_m = 2.5
output_cost_per_m = 12.5
supports_streaming = true
18 changes: 0 additions & 18 deletions providers/bytedance.toml

This file was deleted.

2 changes: 1 addition & 1 deletion providers/deepcogito.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ id = "deepcogito"
display_name = "Deepcogito"
api_key_env = "DEEPCOGITO_API_KEY"
base_url = ""
key_required = true
key_required = false

[[models]]
id = "cogito-v2.1-671b"
Expand Down
2 changes: 1 addition & 1 deletion providers/eleutherai.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ id = "eleutherai"
display_name = "Eleutherai"
api_key_env = "ELEUTHERAI_API_KEY"
base_url = ""
key_required = true
key_required = false

[[models]]
id = "llemma_7b"
Expand Down
2 changes: 1 addition & 1 deletion providers/essentialai.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ id = "essentialai"
display_name = "Essentialai"
api_key_env = "ESSENTIALAI_API_KEY"
base_url = ""
key_required = true
key_required = false

[[models]]
id = "rnj-1-instruct"
Expand Down
2 changes: 1 addition & 1 deletion providers/ibm-granite.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ id = "ibm-granite"
display_name = "Ibm Granite"
api_key_env = "IBM_GRANITE_API_KEY"
base_url = ""
key_required = true
key_required = false

[[models]]
id = "granite-4.0-h-micro"
Expand Down
2 changes: 1 addition & 1 deletion providers/inception.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
id = "inception"
display_name = "Inception"
api_key_env = "INCEPTION_API_KEY"
base_url = ""
base_url = "https://api.inceptionlabs.ai/v1"
key_required = true

[[models]]
Expand Down
2 changes: 1 addition & 1 deletion providers/inflection.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ id = "inflection"
display_name = "Inflection"
api_key_env = "INFLECTION_API_KEY"
base_url = ""
key_required = true
key_required = false

[[models]]
id = "inflection-3-pi"
Expand Down
2 changes: 1 addition & 1 deletion providers/kwaipilot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ id = "kwaipilot"
display_name = "Kwaipilot"
api_key_env = "KWAIPILOT_API_KEY"
base_url = ""
key_required = true
key_required = false

[[models]]
id = "kat-coder-pro"
Expand Down
2 changes: 1 addition & 1 deletion providers/liquid.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ id = "liquid"
display_name = "Liquid"
api_key_env = "LIQUID_API_KEY"
base_url = ""
key_required = true
key_required = false

[[models]]
id = "lfm-2-24b-a2b"
Expand Down
2 changes: 1 addition & 1 deletion providers/meituan.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ id = "meituan"
display_name = "Meituan"
api_key_env = "MEITUAN_API_KEY"
base_url = ""
key_required = true
key_required = false

[[models]]
id = "longcat-flash-chat"
Expand Down
2 changes: 1 addition & 1 deletion providers/meta-llama.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ id = "meta-llama"
display_name = "Meta Llama"
api_key_env = "META_LLAMA_API_KEY"
base_url = ""
key_required = true
key_required = false

[[models]]
id = "llama-3-70b-instruct"
Expand Down
2 changes: 1 addition & 1 deletion providers/microsoft.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ id = "microsoft"
display_name = "Microsoft"
api_key_env = "MICROSOFT_API_KEY"
base_url = ""
key_required = true
key_required = false

[[models]]
id = "phi-4"
Expand Down
2 changes: 1 addition & 1 deletion providers/morph.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
id = "morph"
display_name = "Morph"
api_key_env = "MORPH_API_KEY"
base_url = ""
base_url = "https://api.morphlabs.io/v1"
key_required = true

[[models]]
Expand Down
2 changes: 1 addition & 1 deletion providers/nex-agi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ id = "nex-agi"
display_name = "Nex Agi"
api_key_env = "NEX_AGI_API_KEY"
base_url = ""
key_required = true
key_required = false

[[models]]
id = "deepseek-v3.1-nex-n1"
Expand Down
2 changes: 1 addition & 1 deletion providers/nousresearch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ id = "nousresearch"
display_name = "Nousresearch"
api_key_env = "NOUSRESEARCH_API_KEY"
base_url = ""
key_required = true
key_required = false

[[models]]
id = "hermes-2-pro-llama-3-8b"
Expand Down
41 changes: 41 additions & 0 deletions providers/nvidia-nim.toml
Original file line number Diff line number Diff line change
Expand Up @@ -307,3 +307,44 @@ supports_tools = true
supports_vision = false
supports_streaming = true
aliases = ["phi-4-mini"]

[[models]]
id = "nvidia/nemotron-3-nano-30b-a3b"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep NVIDIA free model IDs before provider removal

The new NVIDIA entries only keep prefixed IDs (nvidia/...) and the commit deletes the old nvidia.toml, which removes all prior :free model IDs (nemotron-3-nano-30b-a3b:free, nemotron-3-super-120b-a12b:free, nemotron-nano-12b-v2-vl:free, nemotron-nano-9b-v2:free) without aliases. Users pinned to these IDs lose access immediately instead of being migrated safely. Fresh evidence here is that this new block defines only non-free prefixed IDs.

Useful? React with 👍 / 👎.

display_name = "Nvidia: Nemotron 3 Nano 30B"
tier = "fast"
context_window = 131072
max_output_tokens = 32768
input_cost_per_m = 0.0
output_cost_per_m = 0.0
supports_streaming = true

[[models]]
id = "nvidia/nemotron-3-super-120b-a12b"
display_name = "Nvidia: Nemotron 3 Super 120B"
tier = "smart"
context_window = 131072
max_output_tokens = 32768
input_cost_per_m = 0.0
output_cost_per_m = 0.0
supports_streaming = true

[[models]]
id = "nvidia/nemotron-nano-12b-v2-vl"
display_name = "Nvidia: Nemotron Nano 12B V2 VL"
tier = "fast"
context_window = 131072
max_output_tokens = 32768
input_cost_per_m = 0.0
output_cost_per_m = 0.0
supports_vision = true
supports_streaming = true

[[models]]
id = "nvidia/nemotron-nano-9b-v2"
display_name = "Nvidia: Nemotron Nano 9B V2"
tier = "fast"
context_window = 131072
max_output_tokens = 32768
input_cost_per_m = 0.0
output_cost_per_m = 0.0
supports_streaming = true
Loading
Loading