Skip to main content
POST
/
responses
LFM2.5-1.2B-Thinking: Responses
curl --request POST \
  --url https://api.zerogpu.ai/v1/responses \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --header 'x-project-id: <api-key>' \
  --data '
{
  "input": "What is the capital of Japan",
  "model": "LFM2.5-1.2B-Thinking"
}
'
"The capital of Japan is **Tokyo**.\n\n**Reasoning:**\n1. Japan's political, cultural, and economic center is located in Tokyo.\n2. Historically, Tokyo has served as Japan's..."

Authorizations

x-api-key
string
header
required
x-project-id
string
header
required

Body

application/json
model
string
default:LFM2.5-1.2B-Thinking
required

Model identifier (fixed for this playground). Use request examples to change use cases.

Allowed value: "LFM2.5-1.2B-Thinking"
Example:

"LFM2.5-1.2B-Thinking"

input
string<textarea>
required

Multi-line text or document content to send to the model.

Required string length: 1 - 131072
instructions
string
metadata
object

Response

Success

The response is of type object.