Welcome, Developer
Here is what is happening in Default project.
API Calls
...
Last 7 days
Spend
...
Selected project
Audio
...
Speech and Oolel Speech V1 audio
Active Keys
...
Current project
Usage Over Time (7 days)
Recent Activity
Loading recent activity...
Quick Start
curl -X POST "https://api.soynade.ai/openai/v1/chat/completions" \
-H "Authorization: Bearer $SOYNADE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "oolel-speech-v1",
"modalities": ["text"],
"temperature": 0.1,
"max_tokens": 256,
"messages": [
{
"role": "user",
"content": "Translate Wolof into French. Reply with the translation only.\n\nNanga def? Mangi ngi ci jaam."
}
]
}'