Skip to main content
POST
/
responses
zlm-v1-followup-questions-edge: 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": "Electric vehicles are gaining popularity worldwide as battery costs drop and charging infrastructure expands. Most modern EVs offer a range of 250 to 350 miles on a single charge, and fast-charging stations can replenish 80% of battery capacity in under 30 minutes. However, concerns around battery disposal, rare earth mineral sourcing, and grid capacity continue to shape the debate around large-scale EV adoption.",
  "model": "zlm-v1-followup-questions-edge"
}
'
"How long does an EV battery typically last before it needs to be replaced?\nWhat happens to electric vehicle batteries at the end of their life, and how recyclable are they?\nIs the current power grid ready to handle widespread EV charging demand?"

Authorizations

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

Body

application/json
model
string
default:zlm-v1-followup-questions-edge
required

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

Allowed value: "zlm-v1-followup-questions-edge"
Example:

"zlm-v1-followup-questions-edge"

input
string<textarea>
required

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

Required string length: 1 - 131072

Response

Success

The response is of type object.