{"openapi":"3.2.0","info":{"title":"Gemini Pro API","description":"The Gemini 2 Pro is designed for exceptional AI performance. With supporting stream, the Gemini 2 Pro is an advanced AI model that seamlessly integrates text, image, and speech capabilities with robust tool support for coding and real-time information retrieval.","version":"1.0.0"},"servers":[{"url":"https://sgrel.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/":{"post":{"operationId":"post","summary":"Chat Completions","requestBody":{"content":{"application/json":{"schema":{"type":"object"},"example":{"model":"gemini-2.0-pro","messages":[{"role":"user","content":"There are ten birds in a tree. A hunter shoots one. How many are left in the tree?"}]}}}}}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}