Skip to content

Commit

Permalink
Add support for AWS Nova models through OpenRouter
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Dec 7, 2024
1 parent ce61cb9 commit b378c3a
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions AiServer/wwwroot/img/models/aws.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions AiServer/wwwroot/img/providers/aws.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions AiServer/wwwroot/lib/data/ai-models.json
Original file line number Diff line number Diff line change
Expand Up @@ -1120,5 +1120,26 @@
"website": "https://openrouter.ai/models/01-ai/yi-large-turbo",
"description": "The Yi Large Turbo model is a High Performance and Cost-Effectiveness model offering powerful capabilities at a competitive price.",
"icon": "/img/models/yi.svg"
},
{
"id": "nova-micro",
"tags": [],
"website": "https://openrouter.ai/amazon/nova-micro-v1",
"description": "A text-only model that delivers the lowest latency responses in the Amazon Nova family of models at a very low cost. With a context length of 128K tokens and optimized for speed and cost, Amazon Nova Micro excels at tasks such as text summarization, translation, content classification, interactive chat, and brainstorming.",
"icon": "/img/models/aws.svg"
},
{
"id": "nova-lite",
"tags": [],
"website": "https://openrouter.ai/amazon/nova-lite-v1",
"description": "A very low-cost multimodal model from Amazon that focused on fast processing of image, video, and text inputs to generate text output. Amazon Nova Lite can handle real-time customer interactions, document analysis, and visual question-answering tasks with high accuracy.",
"icon": "/img/models/aws.svg"
},
{
"id": "nova-pro",
"tags": [],
"website": "https://openrouter.ai/amazon/nova-pro-v1",
"description": "A capable multimodal model from Amazon focused on providing a combination of accuracy, speed, and cost for a wide range of tasks. As of December 2024, it achieves state-of-the-art performance on key benchmarks including visual question answering (TextVQA) and video understanding (VATEX).",
"icon": "/img/models/aws.svg"
}
]
3 changes: 3 additions & 0 deletions AiServer/wwwroot/lib/data/ai-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
"mistral-openorca:7b": "open-orca/mistral-7b-openorca",
"mixtral:8x7b": "mistralai/mixtral-8x7b-instruct",
"mixtral:8x22b": "mistralai/mixtral-8x22b-instruct",
"nova-micro": "amazon/nova-micro-v1",
"nova-lite": "amazon/nova-lite-v1",
"nova-pro": "amazon/nova-pro-v1",
"nous-hermes:13b": "nousresearch/nous-hermes-llama2-13b",
"nous-hermes2-mixtral:8x7b": "nousresearch/nous-hermes-2-mixtral-8x7b-dpo",
"phi3:3.8b": "microsoft/phi-3-mini-128k-instruct",
Expand Down

0 comments on commit b378c3a

Please sign in to comment.