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: README.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,11 @@
3
3
4
4
# Google AI SDK for Swift
5
5
6
-
> [!IMPORTANT]
7
-
> If you are using the PaLM SDK for Swift, please see [Developers who use the PaLM SDK for Swift](#developers-who-use-the-palm-sdk-for-swift) for instructions.
6
+
> [!CAUTION]
7
+
> The Google AI Swift SDK is recommended for prototyping only. If you plan to enable billing, we
8
+
> strongly recommend that you use a backend SDK to access the Google AI Gemini API. You risk
9
+
> potentially exposing your API key to malicious actors if you embed your API key directly in your
10
+
> Swift app or fetch it remotely at runtime.
8
11
9
12
The Google AI SDK for Swift enables developers to use Google's state-of-the-art generative AI models
10
13
(like Gemini) to build AI-powered features and applications. This SDK supports use cases like:
0 commit comments