Llama 3.2 3B

POST/api/v2/text/llama-3.2-3b
sync ≈ 2 credits per typical call (varies with prompt + max_tokens)

Generate text. Supports temperature, max_tokens, and system_prompt.

Request body

prompt
settings.temperature
settings.max_tokens
settings.system_prompt
workspace_id
Sign in to run the playground

Request example

curl -X POST "https://influencerstudio.com/api/v2/text/llama-3.2-3b" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'

Output

Run the model to see results

Real outputs will stream into this panel as the request completes.