{"openapi":"3.2.0","info":{"title":"Gemini Flash API","description":"The Gemini 2.0 Flash is designed for cutting-edge performance. With supporting stream, the Gemini 2.0 Flash is an advanced AI model developed by Google DeepMind. Key features include native tool use, image creation and editing, speech generation, and real-time streaming.","version":"1.0.0"},"servers":[{"url":"https://rtbav.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/":{"post":{"operationId":"post","summary":"Chat Completions","requestBody":{"content":{"application/json":{"schema":{"type":"object"},"example":{"model":"gemini-2.0-flash","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."}}}}