Gemini-compatiblePOST/v1/models/{model}:generateContent/v1/models/{model}:generateContentCopy pageGemini REST-style generateContent and streamGenerateContent routes are supported under both /v1 and /v1beta (the Google GenAI SDK default). Authenticate with x-goog-api-key — the SDK's default. RequestcurlPythonNode.jsCopycurl "https://api.atptoken.ai/v1/models/<model>:generateContent" \ -H "x-goog-api-key: atp-..." \ -H "Content-Type: application/json" \ -d '{ "contents": [{ "parts": [{ "text": "hi" }] }] }'← Previous/v1/messagesNext →/v1/files