Get started
Choose your quickstart
Make an API call or begin coding with MyraCode.
MyraRouter API
Create an account, add Shard balance, generate an API key, then send your first request.
Example
curl $MYRAROUTER_URL/v1/chat/completions \
-H "Authorization: Bearer $MYRAROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"your-model","messages":[{"role":"user","content":"Hello"}]}'MyraCode
Install MyraCode, run the command, sign in to MyraRouter, choose a model, and start coding.
Example
myra