Skip to content

Commit 29b4267

Browse files
committed
add C# example for AI inference
1 parent 49e5483 commit 29b4267

11 files changed

+11
-0
lines changed

articles/ai-studio/how-to/deploy-models-cohere-command.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2129,6 +2129,7 @@ For more examples of how to use Cohere models, see the following examples and tu
21292129
| Description | Language | Sample |
21302130
|-------------------------------------------|-------------------|-----------------------------------------------------------------|
21312131
| Web requests | Bash | [Command-R](https://aka.ms/samples/cohere-command-r/webrequests) - [Command-R+](https://aka.ms/samples/cohere-command-r-plus/webrequests) |
2132+
| Azure AI Inference package for C# | C# | [Link](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/ai/Azure.AI.Inference/samples) |
21322133
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest/samples) |
21332134
| Azure AI Inference package for Python | Python | [Link](https://aka.ms/azsdk/azure-ai-inference/python/samples) |
21342135
| OpenAI SDK (experimental) | Python | [Link](https://aka.ms/samples/cohere-command/openaisdk) |

articles/ai-studio/how-to/deploy-models-cohere-embed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,7 @@ Cohere Embed V3 models can optimize the embeddings based on its use case.
631631
| Description | Language | Sample |
632632
|-------------------------------------------|-------------------|-----------------------------------------------------------------|
633633
| Web requests | Bash | [cohere-embed.ipynb](https://aka.ms/samples/embed-v3/webrequests) |
634+
| Azure AI Inference package for C# | C# | [Link](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/ai/Azure.AI.Inference/samples) |
634635
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest/samples) |
635636
| Azure AI Inference package for Python | Python | [Link](https://aka.ms/azsdk/azure-ai-inference/python/samples) |
636637
| OpenAI SDK (experimental) | Python | [Link](https://aka.ms/samples/cohere-embed/openaisdk) |

articles/ai-studio/how-to/deploy-models-jais.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,6 +1169,7 @@ For more examples of how to use Jais models, see the following examples and tuto
11691169

11701170
| Description | Language | Sample |
11711171
|-------------------------------------------|-------------------|-----------------------------------------------------------------|
1172+
| Azure AI Inference package for C# | C# | [Link](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/ai/Azure.AI.Inference/samples) |
11721173
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest/samples) |
11731174
| Azure AI Inference package for Python | Python | [Link](https://aka.ms/azsdk/azure-ai-inference/python/samples) |
11741175

articles/ai-studio/how-to/deploy-models-llama.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1464,6 +1464,7 @@ For more examples of how to use Meta Llama models, see the following examples an
14641464
| Description | Language | Sample |
14651465
|-------------------------------------------|-------------------|------------------------------------------------------------------- |
14661466
| CURL request | Bash | [Link](https://aka.ms/meta-llama-3.1-405B-instruct-webrequests) |
1467+
| Azure AI Inference package for C# | C# | [Link](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/ai/Azure.AI.Inference/samples) |
14671468
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://github.com/Azure/azureml-examples/blob/main/sdk/typescript/README.md) |
14681469
| Azure AI Inference package for Python | Python | [Link](https://aka.ms/azsdk/azure-ai-inference/python/samples) |
14691470
| Python web requests | Python | [Link](https://aka.ms/meta-llama-3.1-405B-instruct-webrequests) |

articles/ai-studio/how-to/deploy-models-mistral-nemo.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2016,6 +2016,7 @@ For more examples of how to use Mistral models, see the following examples and t
20162016
| Description | Language | Sample |
20172017
|-------------------------------------------|-------------------|-----------------------------------------------------------------|
20182018
| CURL request | Bash | [Link](https://aka.ms/mistral-large/webrequests-sample) |
2019+
| Azure AI Inference package for C# | C# | [Link](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/ai/Azure.AI.Inference/samples) |
20192020
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest/samples) |
20202021
| Azure AI Inference package for Python | Python | [Link](https://aka.ms/azsdk/azure-ai-inference/python/samples) |
20212022
| Python web requests | Python | [Link](https://aka.ms/mistral-large/webrequests-sample) |

articles/ai-studio/how-to/deploy-models-mistral-open.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,6 +1285,7 @@ For more examples of how to use Mistral models, see the following examples and t
12851285
| Description | Language | Sample |
12861286
|-------------------------------------------|-------------------|-----------------------------------------------------------------|
12871287
| CURL request | Bash | [Link](https://aka.ms/mistral-large/webrequests-sample) |
1288+
| Azure AI Inference package for C# | C# | [Link](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/ai/Azure.AI.Inference/samples) |
12881289
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest/samples) |
12891290
| Azure AI Inference package for Python | Python | [Link](https://aka.ms/azsdk/azure-ai-inference/python/samples) |
12901291
| Python web requests | Python | [Link](https://aka.ms/mistral-large/webrequests-sample) |

articles/ai-studio/how-to/deploy-models-mistral.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2216,6 +2216,7 @@ For more examples of how to use Mistral models, see the following examples and t
22162216
| Description | Language | Sample |
22172217
|-------------------------------------------|-------------------|-----------------------------------------------------------------|
22182218
| CURL request | Bash | [Link](https://aka.ms/mistral-large/webrequests-sample) |
2219+
| Azure AI Inference package for C# | C# | [Link](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/ai/Azure.AI.Inference/samples) |
22192220
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest/samples) |
22202221
| Azure AI Inference package for Python | Python | [Link](https://aka.ms/azsdk/azure-ai-inference/python/samples) |
22212222
| Python web requests | Python | [Link](https://aka.ms/mistral-large/webrequests-sample) |

articles/ai-studio/how-to/deploy-models-phi-3-5-vision.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1614,6 +1614,7 @@ For more examples of how to use Phi-3 family models, see the following examples
16141614
| Description | Language | Sample |
16151615
|-------------------------------------------|-------------------|-----------------------------------------------------------------|
16161616
| CURL request | Bash | [Link](https://aka.ms/phi-3/webrequests-sample) |
1617+
| Azure AI Inference package for C# | C# | [Link](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/ai/Azure.AI.Inference/samples) |
16171618
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest/samples) |
16181619
| Azure AI Inference package for Python | Python | [Link](https://aka.ms/azsdk/azure-ai-inference/python/samples) |
16191620
| Python web requests | Python | [Link](https://aka.ms/phi-3/webrequests-sample) |

articles/ai-studio/how-to/deploy-models-phi-3-vision.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1405,6 +1405,7 @@ For more examples of how to use Phi-3 family models, see the following examples
14051405
| Description | Language | Sample |
14061406
|-------------------------------------------|-------------------|-----------------------------------------------------------------|
14071407
| CURL request | Bash | [Link](https://aka.ms/phi-3/webrequests-sample) |
1408+
| Azure AI Inference package for C# | C# | [Link](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/ai/Azure.AI.Inference/samples) |
14081409
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest/samples) |
14091410
| Azure AI Inference package for Python | Python | [Link](https://aka.ms/azsdk/azure-ai-inference/python/samples) |
14101411
| Python web requests | Python | [Link](https://aka.ms/phi-3/webrequests-sample) |

articles/ai-studio/how-to/deploy-models-phi-3.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,6 +1458,7 @@ For more examples of how to use Phi-3 family models, see the following examples
14581458
| Description | Language | Sample |
14591459
|-------------------------------------------|-------------------|-----------------------------------------------------------------|
14601460
| CURL request | Bash | [Link](https://aka.ms/phi-3/webrequests-sample) |
1461+
| Azure AI Inference package for C# | C# | [Link](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/ai/Azure.AI.Inference/samples) |
14611462
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest/samples) |
14621463
| Azure AI Inference package for Python | Python | [Link](https://aka.ms/azsdk/azure-ai-inference/python/samples) |
14631464
| Python web requests | Python | [Link](https://aka.ms/phi-3/webrequests-sample) |

0 commit comments

Comments
 (0)