# Model Providers

- [Anthropic](https://docs.spice.ai/building-blocks/model-providers/anthropic.md): Instructions for using language models hosted on Anthropic with Spice.
- [Azure](https://docs.spice.ai/building-blocks/model-providers/azure.md): Instructions for using Azure OpenAI models
- [Hugging Face](https://docs.spice.ai/building-blocks/model-providers/huggingface.md): Instructions for using machine learning models hosted on HuggingFace with Spice.
- [OpenAI](https://docs.spice.ai/building-blocks/model-providers/openai.md): Instructions for using language models hosted on OpenAI or compatible services with Spice.
- [Perplexity](https://docs.spice.ai/building-blocks/model-providers/perplexity.md): Instructions for using language models hosted on Perplexity with Spice.
- [SpiceAI](https://docs.spice.ai/building-blocks/model-providers/spiceai.md): Instructions for using models hosted on the Spice Cloud Platform with Spice.
- [XAI](https://docs.spice.ai/building-blocks/model-providers/xai.md): Instructions for using xAI models


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.spice.ai/building-blocks/model-providers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
