/
Start building

Create your first app

Open the playground to chat with a model, or wire one into a new application.

Start Building
Usage/Quick Start
from solstice import runtime

client = runtime.Client()

response = client.models.generate_content(
    model="solstice-2-swift-preview",
    contents="Explain vector search briefly",
)

print(response.text)