Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
PaLM API linking functions
Contributed by: Anton Antonov
PaLM (Pathways Language Model) API link functions.
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["AntonAntonov/PaLMLink"]
To load the code after installation, evaluate this code:
Needs["AntonAntonov`PaLMLink`"]
Here PaLM models are retrieved:
In[1]:= | ![]() |
Out[1]= | ![]() |
In[2]:= | ![]() |
Out[2]= | ![]() |
Get two responses with all properties:
In[3]:= | ![]() |
Out[3]= | ![]() |
Get a feature vector embedding of a string:
In[4]:= | ![]() |
Out[4]= | ![]() |