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-devsite/ai.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ The Firebase AI Web SDK.
51
51
|[AI](./ai.ai.md#ai_interface)| An instance of the Firebase AI SDK.<!---->Do not create this instance directly. Instead, use [getAI()](./ai.md#getai_a94a413)<!---->. |
52
52
|[AIOptions](./ai.aioptions.md#aioptions_interface)| Options for initializing the AI service using [getAI()](./ai.md#getai_a94a413)<!---->. This allows specifying which backend to use (Vertex AI Gemini API or Gemini Developer API) and configuring its specific options (like location for Vertex AI). |
53
53
|[BaseParams](./ai.baseparams.md#baseparams_interface)| Base parameters for a number of methods. |
54
-
|[ChromeAdapter](./ai.chromeadapter.md#chromeadapter_interface)| Defines an inference "backend" that uses Chrome's on-device model, and encapsulates logic for detecting when on-device is possible. |
54
+
|[ChromeAdapter](./ai.chromeadapter.md#chromeadapter_interface)|(EXPERIMENTAL)<!---->Defines an inference "backend" that uses Chrome's on-device model, and encapsulates logic for detecting when on-device is possible.<!---->These methods should not be called directly by the user. |
55
55
|[Citation](./ai.citation.md#citation_interface)| A single citation. |
56
56
|[CitationMetadata](./ai.citationmetadata.md#citationmetadata_interface)| Citation metadata that may be found on a [GenerateContentCandidate](./ai.generatecontentcandidate.md#generatecontentcandidate_interface)<!---->. |
57
57
|[Content](./ai.content.md#content_interface)| Content type for both prompts and response candidates. |
0 commit comments