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
Copy file name to clipboardExpand all lines: docs/GLOSSARY.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This glossary defines common terms relevant for the PHP AI Client and related pr
4
4
5
5
***Agent**: An autonomous system that can perceive its environment, make decisions, and take actions to achieve specific goals, often leveraging AI models.
6
6
***Candidate Count**: The number of different response options an LLM generates internally.
7
-
***Capability**: A specific skill, function, or type of task that an AI model can perform.
7
+
***Capability**: A specific skill, function, or type of task that an AI model can perform, e.g. text generation or image generation.
8
8
***Extender API**: The API used by developers that want to enable the use of additional _Providers_ or _Models_.
9
9
***Generative AI**: Overaching term describing AI models that generate content as requested in a prompt.
10
10
***Implementer API**: The API used by people that want to _implement_ AI features in their own software/products.
@@ -13,7 +13,7 @@ This glossary defines common terms relevant for the PHP AI Client and related pr
13
13
***Message part**: A part of a message, such as a piece of text, a URL, a file, or a function call.
14
14
***Modality**: The type or format of input provided to, or output received from, an AI model. Examples include text, image, audio, and video.
15
15
***Model**: A specific AI model that supports arbitrary AI features and modalities. Examples include content generation, classification, embedding.
16
-
***Option** or **AI Option**: AI configuration and output options. Examples: `CANDIDATE_COUNT`, `MAX_TOKENS`, `TEMPERATURE`, `OUTPUT_SCHEMA`, etc.
16
+
***Option**: AI configuration and output options for a model, e.g. temperature or output schema.
17
17
***Prompt**: The input that a generative AI model uses to generate content—often text, but it can also be of other modalities.
18
18
***Provider**: An entity (company, organization, or platform) that offers access to one or more AI models or services via an API (e.g., Anthropic, Google, OpenAI, a locally hosted service).
19
-
***Registry** or **Provider Registry**: Manages the available AI _Providers_ and _Models_. Provides a mechanism to find models that match criteria for a given AI interaction.
19
+
***Provider Registry**: Manages the available AI _Providers_ and _Models_. Provides a mechanism to find models that match criteria for a given AI interaction.
0 commit comments