> For the complete documentation index, see [llms.txt](https://aiwiki.aifiltered.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aiwiki.aifiltered.com/companies.md).

# Companies

- [Google](https://aiwiki.aifiltered.com/companies/google.md)
- [Bard](https://aiwiki.aifiltered.com/companies/google/bard.md)
- [Microsoft](https://aiwiki.aifiltered.com/companies/microsoft.md)
- [Jarvis (HuggingGPT)](https://aiwiki.aifiltered.com/companies/microsoft/jarvis-hugginggpt.md)
- [Nvidia](https://aiwiki.aifiltered.com/companies/nvidia.md)
- [Generartive Ai](https://aiwiki.aifiltered.com/companies/nvidia/generartive-ai.md): Customize and deploy pretrained foundation models.
- [AI Training](https://aiwiki.aifiltered.com/companies/nvidia/ai-training.md): Train LLMs and generative AI in the cloud.
- [Data Analytics](https://aiwiki.aifiltered.com/companies/nvidia/data-analytics.md): Speed business process analytics and lower TCO.
- [Inference](https://aiwiki.aifiltered.com/companies/nvidia/inference.md): Drive breakthrough AI inference performance.
- [Speech AI](https://aiwiki.aifiltered.com/companies/nvidia/speech-ai.md): Build real-time conversational AI pipelines.
- [Cyber Security](https://aiwiki.aifiltered.com/companies/nvidia/cyber-security.md): Create optimized AI pipelines to address threats.
- [OpenAI](https://aiwiki.aifiltered.com/companies/openai.md)
- [MidJourney, Inc](https://aiwiki.aifiltered.com/companies/midjourney-inc.md)
- [Stability AI](https://aiwiki.aifiltered.com/companies/stability-ai.md)
- [Stable Diffusion](https://aiwiki.aifiltered.com/companies/stability-ai/stable-diffusion.md)
- [StableLM](https://aiwiki.aifiltered.com/companies/stability-ai/stablelm.md)
- [Stable Animation SDK](https://aiwiki.aifiltered.com/companies/stability-ai/stable-animation-sdk.md)
- [Anthropic](https://aiwiki.aifiltered.com/companies/anthropic.md)
- [Claude AI](https://aiwiki.aifiltered.com/companies/anthropic/claude-ai.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://aiwiki.aifiltered.com/companies.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
