From fcd4813263e52ab622b18c8de0ea249070a481b9 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 19:53:03 +0000 Subject: [PATCH 1/4] Documentation edits made through Mintlify web editor --- agents/models.mdx | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/agents/models.mdx b/agents/models.mdx index 3f8858f..e5153e0 100644 --- a/agents/models.mdx +++ b/agents/models.mdx @@ -40,4 +40,23 @@ async def main(node): Node.start(main) -``` \ No newline at end of file +``` + +### Available Models + +- **Reasoning Models** + - [Amazon](https://aws.amazon.com/ai/generative-ai/nova/) + - [Anthropic](https://www.anthropic.com) + - [Deepseek](https://www.deepseek.com) + - [Google](https://ai.google.dev) + - [OpenAI](https://openai.com) +- **LanguageModels** + - [Amazon](https://aws.amazon.com/bedrock/amazon-models/titan/) + - [Anthropic](https://www.anthropic.com) + - [Google](https://ai.google.dev) + - [Meta](https://www.meta.ai) + - [OpenAI](https://openai.com) +- **Embedding Models** + - [Amazon](https://aws.amazon.com/bedrock/amazon-models/titan/) + - [Cohere](https://cohere.com) + - [Nomic](https://www.nomic.ai) \ No newline at end of file From c7142029470127313ae8ee8a94a578da5c3f242b Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 14:50:12 +0000 Subject: [PATCH 2/4] Documentation edits made through Mintlify web editor --- agents/models.mdx | 45 +++++++++++++++++++++++++++++---------------- 1 file changed, 29 insertions(+), 16 deletions(-) diff --git a/agents/models.mdx b/agents/models.mdx index e5153e0..26f0600 100644 --- a/agents/models.mdx +++ b/agents/models.mdx @@ -44,19 +44,32 @@ Node.start(main) ### Available Models -- **Reasoning Models** - - [Amazon](https://aws.amazon.com/ai/generative-ai/nova/) - - [Anthropic](https://www.anthropic.com) - - [Deepseek](https://www.deepseek.com) - - [Google](https://ai.google.dev) - - [OpenAI](https://openai.com) -- **LanguageModels** - - [Amazon](https://aws.amazon.com/bedrock/amazon-models/titan/) - - [Anthropic](https://www.anthropic.com) - - [Google](https://ai.google.dev) - - [Meta](https://www.meta.ai) - - [OpenAI](https://openai.com) -- **Embedding Models** - - [Amazon](https://aws.amazon.com/bedrock/amazon-models/titan/) - - [Cohere](https://cohere.com) - - [Nomic](https://www.nomic.ai) \ No newline at end of file +- [Amazon](https://aws.amazon.com/ai/generative-ai/nova/) + - nova-lite-v1 + - nova-micro-v1 + - nova-pro-v1 + - titan-embed-image-v1 + - titan-embed-text-v1 + - titan-embed-text-v2 + - titan-text-express-v1 + - titan-text-lite-v1 +- [Anthropic](https://www.anthropic.com) + - claude-3-7-sonnet-v1 + - claude-3-5-haiku-v1 + - claude-3-5-sonnet-v2 + - claude-3-5-sonnet-v1 +- [Cohere](https://cohere.com) + - embed-english-v3 + - embed-multilingual-v3 +- [Deepseek](https://www.deepseek.com) + - deepseek-r1 +- [Google](https://ai.google.dev) + - gemma3 + - gemma3:27b +- [Meta](https://www.meta.ai) + - llama3.2 + - llama3.3 +- [Nomic](https://www.nomic.ai) + - nomic-embed-text +- [OpenAI](https://openai.com) + - gpt-4o-mini \ No newline at end of file From 83ac8df52a1df47ae8ec7535ed2cb17cc7dbcf41 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 14:53:23 +0000 Subject: [PATCH 3/4] Documentation edits made through Mintlify web editor --- agents/models.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents/models.mdx b/agents/models.mdx index 26f0600..2c7e234 100644 --- a/agents/models.mdx +++ b/agents/models.mdx @@ -44,7 +44,7 @@ Node.start(main) ### Available Models -- [Amazon](https://aws.amazon.com/ai/generative-ai/nova/) +- [Amazon](https://aws.amazon.com/ai/) - nova-lite-v1 - nova-micro-v1 - nova-pro-v1 From b19b43372f7615549bb0f71c57920364bb98d72b Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 14:54:01 +0000 Subject: [PATCH 4/4] Documentation edits made through Mintlify web editor