curl https://api.inceptionlabs.ai/v1/chat/completions \
-H "Authorization: Bearer {API_KEY}" \
-H "Content-Type: application/json" \
-d '{
"messages": [
{"role": "user", "content": "What is the meaning of life?"}
],
"model": "mercury-coder",
"stream": false,
"max_tokens": 256,
"temperature": 0.7
}'
Very cool platform, super-fast, and uses diffusion (like image generation) for coding, and they offer a free plan with 10 million tokens and No credit card required (super cool to see it in action in their playground).
Inception Labs - Mercury Coder
Very cool platform, super-fast, and uses diffusion (like image generation) for coding, and they offer a free plan with 10 million tokens and No credit card required (super cool to see it in action in their playground).
Read more about them:
https://www.inceptionlabs.ai/blog/introducing-mercury