Shift + Enter for newline
Parameters
Model
Temperature
0.7
Max Tokens
Top P
1.0
Frequency Penalty
0.0
API Request
curl https://api.icebase.ai/v1/chat/completions \ -H "Authorization: Bearer $ICEBASE_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "meta-llama/llama-3.1-70b", "messages": [ {"role": "system", "content": "You are a helpful AI assistant."}, {"role": "user", "content": "..."} ], "temperature": 0.7, "max_tokens": 2048, "top_p": 1.0 }'