OpenAI GPT OSS
$0.35/M input$0.75/M output
cerebras/gpt-oss-120bDescription
This model excels at efficient reasoning across science, math, and coding applications. It's ideal for real-time coding assistance, processing large documents for Q&A and summarization, agentic research workflows, and regulated on-premises workloads.
Quick Start
curl https://router.tangle.tools/v1/chat/completions \
-H "Authorization: Bearer $TANGLE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "cerebras/gpt-oss-120b",
"messages": [{"role": "user", "content": "Hello!"}]
}'Modalities
Input: TextOutput: Text