Skip to content

Commit 48985f0

Browse files
Workers AI glossary
1 parent 6f5dcb2 commit 48985f0

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Glossary
3+
pcx_content_type: glossary
4+
sidebar:
5+
order: 19
6+
---
7+
8+
import { Glossary } from "~/components";
9+
10+
Review the definitions for terms used across Cloudflare's Workers AI documentation.
11+
12+
<Glossary product="workers-ai" />
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
productName: Workers AI
3+
entries:
4+
- term: Workers AI
5+
general_definition: |-
6+
[Workers AI](https://developers.cloudflare.com/workers-ai/) is a Cloudflare service that enables running machine learning models on Cloudflare's global network, utilizing serverless GPUs. It allows developers to integrate AI capabilities into their applications using Workers, Pages, or via the Cloudflare API.
7+
8+
- term: Serverless GPUs
9+
general_definition: |-
10+
[Serverless GPUs](https://blog.cloudflare.com/workers-ai/) are Graphics Processing Units provided by Cloudflare in a serverless environment, enabling scalable and efficient execution of machine learning models without the need for managing underlying hardware.
11+
12+
- term: Model Binding
13+
general_definition: |-
14+
[Model Binding](https://developers.cloudflare.com/ai-gateway/providers/workersai/) is a configuration in Workers that allows seamless integration with machine learning models deployed via Workers AI, enabling developers to invoke AI models within their applications easily.
15+
16+
- term: Vectorize
17+
general_definition: |-
18+
[Vectorize](https://developers.cloudflare.com/workers-ai/) is Cloudflare's vector database service that integrates with Workers AI to perform tasks such as semantic search, recommendations, and anomaly detection by managing and querying vector embeddings.
19+
20+
- term: AI Gateway
21+
general_definition: |-
22+
[AI Gateway](https://developers.cloudflare.com/ai-gateway/providers/workersai/) is a Cloudflare service that provides analytics, caching, and security features for AI applications, facilitating efficient and secure API requests to AI models, including those deployed with Workers AI.
23+
24+
- term: LoRA Adapters
25+
general_definition: |-
26+
[LoRA Adapters](https://developers.cloudflare.com/workers-ai/) (Low-Rank Adaptation adapters) are used in machine learning to fine-tune models efficiently by adjusting a small number of parameters, allowing for customization of AI models in Workers AI.
27+
28+
- term: Function Calling
29+
general_definition: |-
30+
[Function Calling](https://developers.cloudflare.com/workers-ai/function-calling/) enables people to take Large Language Models (LLMs) and use the model response to execute functions or interact with external APIs.
31+
- term: OpenAI-Compatible API Endpoints
32+
general_definition: |-
33+
[OpenAI-Compatible API Endpoints](https://developers.cloudflare.com/workers-ai/) are API endpoints provided by Workers AI that are compatible with OpenAI's API specifications, allowing developers to integrate existing OpenAI-based applications with Workers AI seamlessly.

0 commit comments

Comments
 (0)