All models
Free endpoint — do not send confidential or personal data
Requests to this model are logged by Poolside for security and to improve their products. Those logs are not tied to your identity, but they are outside our control: using this endpoint means accepting Poolside's trial terms as well as ours. Privacy Policy
laguna-s-2.1:free
Poolside
laguna-s-2.1:freeLaguna S 2.1 is the latest coding agent model from [Poolside](<https://poolside.ai/>).
Context 262KToolsReasoning
Pricing
Input
S$0.00/M
Output
S$0.00/M
Cache read
Reusing a prompt already cached upstream
Not offered
Cache write
Storing a prompt for later reuse
Not offered
Struck-through figures are the vendor's published list price.
Performance
Loading throughput, latency, and success rate…
Quick start
Full documentationThe API is OpenAI-compatible — point the base URL here and pass the model id.
cURL
curl https://api.lulutokens.ai/v1/chat/completions \ -H "Authorization: Bearer $LULU_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "laguna-s-2.1:free", "messages": [{"role": "user", "content": "Hello"}] }'Python
from openai import OpenAIclient = OpenAI(base_url="https://api.lulutokens.ai/v1", api_key="LULU_API_KEY")response = client.chat.completions.create( model="laguna-s-2.1:free", messages=[{"role": "user", "content": "Hello"}],)Endpoints:openai