Skip to content

Commit 7cf559a

Browse files
committed
add model lists
1 parent 80cb154 commit 7cf559a

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

data/integrations.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,25 +26,25 @@ integrations:
2626
icon: ":material-microsoft-azure:"
2727
content: |
2828
Use the {{p.cmem_plugin_llm_ExecuteInstructions}} or {{p.cmem_plugin_llm_CreateEmbeddings}} task
29-
to interact with Azure AI Foundry provided Large Language Models (LLMs).
29+
to interact with any [Azure AI Foundry provided Large Language Models](https://ai.azure.com/catalog) (LLMs).
3030
3131
- name: OpenRouter
3232
icon: ":octicons-ai-model-24:"
3333
content: |
3434
Use the {{p.cmem_plugin_llm_ExecuteInstructions}} or {{p.cmem_plugin_llm_CreateEmbeddings}} task
35-
to interact with Anthropic / Claude provided Large Language Models (LLMs).
35+
to interact with any [OpenRouter provided Large Language Models](https://openrouter.ai/models) (LLMs).
3636
3737
- name: Anthropic / Claude
3838
icon: ":simple-anthropic:"
3939
content: |
4040
Use the {{p.cmem_plugin_llm_ExecuteInstructions}} or {{p.cmem_plugin_llm_CreateEmbeddings}} task
41-
to interact with Anthropic / Claude provided Large Language Models (LLMs).
41+
to interact with any [Anthropic / Claude provided Large Language Models](https://docs.claude.com/en/docs/about-claude/models/overview) (LLMs).
4242
4343
- name: OpenAI
4444
icon: ":simple-openai:"
4545
content: |
4646
Use the {{p.cmem_plugin_llm_ExecuteInstructions}} or {{p.cmem_plugin_llm_CreateEmbeddings}} task
47-
to interact with OpenAI provided Large Language Models (LLMs).
47+
to interact with any [OpenAI provided Large Language Models](https://platform.openai.com/docs/models) (LLMs).
4848
4949
#####
5050
# Services

docs/build/integrations/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The following services and applications can be easily integrated in Corporate Me
1919
---
2020

2121
Use the [Execute Instructions](../../build/reference/customtask/cmem_plugin_llm-ExecuteInstructions.md) or [Create Embeddings](../../build/reference/customtask/cmem_plugin_llm-CreateEmbeddings.md) task
22-
to interact with Anthropic / Claude provided Large Language Models (LLMs).
22+
to interact with any [Anthropic / Claude provided Large Language Models](https://docs.claude.com/en/docs/about-claude/models/overview) (LLMs).
2323

2424

2525
- :fontawesome-solid-paper-plane:{ .lg .middle } Avro
@@ -34,7 +34,7 @@ to interact with Anthropic / Claude provided Large Language Models (LLMs).
3434
---
3535

3636
Use the [Execute Instructions](../../build/reference/customtask/cmem_plugin_llm-ExecuteInstructions.md) or [Create Embeddings](../../build/reference/customtask/cmem_plugin_llm-CreateEmbeddings.md) task
37-
to interact with Azure AI Foundry provided Large Language Models (LLMs).
37+
to interact with any [Azure AI Foundry provided Large Language Models](https://ai.azure.com/catalog) (LLMs).
3838

3939

4040
- :fontawesome-solid-file-csv:{ .lg .middle } CSV
@@ -180,15 +180,15 @@ to interact with Ollama provided Large Language Models (LLMs).
180180
---
181181

182182
Use the [Execute Instructions](../../build/reference/customtask/cmem_plugin_llm-ExecuteInstructions.md) or [Create Embeddings](../../build/reference/customtask/cmem_plugin_llm-CreateEmbeddings.md) task
183-
to interact with OpenAI provided Large Language Models (LLMs).
183+
to interact with any [OpenAI provided Large Language Models](https://platform.openai.com/docs/models) (LLMs).
184184

185185

186186
- :octicons-ai-model-24:{ .lg .middle } OpenRouter
187187

188188
---
189189

190190
Use the [Execute Instructions](../../build/reference/customtask/cmem_plugin_llm-ExecuteInstructions.md) or [Create Embeddings](../../build/reference/customtask/cmem_plugin_llm-CreateEmbeddings.md) task
191-
to interact with Anthropic / Claude provided Large Language Models (LLMs).
191+
to interact with any [OpenRouter provided Large Language Models](https://openrouter.ai/models) (LLMs).
192192

193193

194194
- :other-apacheorc:{ .lg .middle } ORC

0 commit comments

Comments
 (0)