openai_chat_shape
openai_response_model
openai_usage_shape
prompt_semantic_marker
auth_mode_acceptance
{ "model": "{{model}}", "messages": [ { "role": "user", "content": "Reply exactly GEMINI_OK." } ], "temperature": 0, "max_tokens": 32 }
curl --location 'https://api.147ai.cn/v1/chat/completions' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {{api_key}}' \ --header 'Content-Type: application/json' \ --data '{ "model": "{{model}}", "messages": [ { "role": "user", "content": "Reply exactly GEMINI_OK." } ], "temperature": 0, "max_tokens": 32 }'
{}