You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Azure AI Inference package for C# | C# |[Link](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/ai/Azure.AI.Inference/samples)|
148
+
| Azure AI Inference package for JavaScript | JavaScript |[Link](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest/samples)|
149
+
| Azure AI Inference package for Python | Python |[Link](https://aka.ms/azsdk/azure-ai-inference/python/samples)|
150
+
151
+
141
152
## DeepSeek
142
153
143
154
DeepSeek family of models includes DeepSeek-R1, which excels at reasoning tasks using a step-by-step training process, such as language, scientific reasoning, and coding tasks, and DeepSeek-V3, a Mixture-of-Experts (MoE) language model.
@@ -149,6 +160,18 @@ DeepSeek family of models includes DeepSeek-R1, which excels at reasoning tasks
149
160
150
161
See [this model collection in Azure AI Foundry portal](https://ai.azure.com/explore/models?&selectedCollection=deepseek).
151
162
163
+
#### Inference examples: DeepSeek
164
+
165
+
For more examples of how to use DeepSeek models, see the following examples:
| Azure AI Inference package for Python | Python |[Link](https://aka.ms/azsdk/azure-ai-inference/python/samples)|
170
+
| Azure AI Inference package for JavaScript | JavaScript |[Link](https://aka.ms/azsdk/azure-ai-inference/javascript/samples)|
171
+
| Azure AI Inference package for C# | C# |[Link](https://aka.ms/azsdk/azure-ai-inference/csharp/samples)|
172
+
| Azure AI Inference package for Java | Java |[Link](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/ai/azure-ai-inference/src/samples)|
173
+
174
+
152
175
## Meta
153
176
154
177
Meta Llama models and tools are a collection of pretrained and fine-tuned generative AI text and image reasoning models. Meta models range is scale to include:
@@ -171,6 +194,20 @@ Meta Llama models and tools are a collection of pretrained and fine-tuned genera
171
194
172
195
See [this model collection in Azure AI Foundry portal](https://ai.azure.com/explore/models?&selectedCollection=meta).
173
196
197
+
#### Inference examples: Meta Llama
198
+
199
+
For more examples of how to use Meta Llama models, see the following examples:
Phi is a family of lightweight, state-of-the-art open models. These models were trained with Phi-3 datasets. The datasets include both synthetic data and the filtered, publicly available websites data, with a focus on high quality and reasoning-dense properties. The models underwent a rigorous enhancement process, incorporating both supervised fine-tuning, proximal policy optimization, and direct preference optimization to ensure precise instruction adherence and robust safety measures.
@@ -193,6 +230,18 @@ Phi is a family of lightweight, state-of-the-art open models. These models were
193
230
194
231
See [this model collection in Azure AI Foundry portal](https://ai.azure.com/explore/models?&selectedCollection=phi).
195
232
233
+
#### Inference examples: Microsoft Phi
234
+
235
+
For more examples of how to use Phi-3 family models, see the following examples:
| Azure AI Inference package for C# | C# |[Link](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/ai/Azure.AI.Inference/samples)|
239
+
| Azure AI Inference package for JavaScript | JavaScript |[Link](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest/samples)|
240
+
| Azure AI Inference package for Python | Python |[Link](https://aka.ms/azsdk/azure-ai-inference/python/samples)|
| Azure AI Inference package for C# | C# |[Link](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/ai/Azure.AI.Inference/samples)|
269
+
| Azure AI Inference package for JavaScript | JavaScript |[Link](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest/samples)|
270
+
| Azure AI Inference package for Python | Python |[Link](https://aka.ms/azsdk/azure-ai-inference/python/samples)|
271
+
| Python web requests | Python |[Link](https://aka.ms/mistral-large/webrequests-sample)|
Nixtla's TimeGEN-1 is a generative pre-trained forecasting and anomaly detection model for time series data. TimeGEN-1 can produce accurate forecasts for new time series without training, using only historical values and exogenous covariates as inputs.
0 commit comments