{"openapi":"3.2.0","info":{"title":"Gemini 2.5 Flash API","description":"Gemini 2.5 Flash is Google’s best model in terms of price and performance, and offers well-rounded capabilities. Gemini 2.5 Flash is Google’s first Flash model that features thinking capabilities, which lets you see the thinking process that the model goes through when generating its response.","version":"1.0.0"},"servers":[{"url":"https://armxy.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/chat/completions":{"post":{"operationId":"post_chat_completions","summary":"Chat Completions","description":"Creates a model response for the given chat conversation","requestBody":{"content":{"application/json":{"schema":{"type":"object"},"example":{"model":"Gemini-2.5-Flash","stream":false,"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."}}}}