{ "model": "gemini-2.0-flash", "messages": [ { "role": "string", "content": "string" } ], "safe_mode": "false", "moderation": "false", "moderation_stop": "false", "stream": "false", "max_tokens": 0 }
curl --location --request POST 'https://oa.api2d.net/v1/chat/completions' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data-raw '{ "model": "gemini-2.0-flash", "messages": [ { "role": "string", "content": "string" } ], "safe_mode": "false", "moderation": "false", "moderation_stop": "false", "stream": "false", "max_tokens": 0 }'
{}