Back to all models
North Mini Code
cohere/north-mini-code:free
North Mini Code is Cohere's first agentic coding model and the debut of its North family. A sparse mixture-of-experts model with 30B total parameters and 3B active, it is optimized...
Stale or unknown
Access conditions
Review these requirements before copying the request.
- Account
- Account required
- API key
- Required
- Payment method
- Not required
- Regions
- Unknown
- Free type
- Free route
Use this model
Call the upstream API directly with the exact model ID shown on this page.
- 1Create or sign in to your OpenRouter account.Create an OpenRouter account
- 2Create an API key in provider settings.Create an API key
- 3Use the Quick test on the right to test your API key.
- 4Copy the example request on the right, replace the API key placeholder with your own key, and run it.
- 5Refer to the example request when using this route in your own project.
- Base URL
- https://openrouter.ai/api/v1
- Model ID
- cohere/north-mini-code:free
Quick test
Send a message to confirm that this route and your API key work.
Stored only in your browserYour key is saved in this browser and sent directly to OpenRouter. Free Model never receives, stores, or logs it on our servers. If you prefer not to save a key here, use the Example Request below on your own computer.
Example request
curl 'https://openrouter.ai/api/v1/chat/completions' \
-H "Authorization: Bearer ${OPENROUTER_API_KEY}" \
-H "Content-Type: application/json" \
-d '{"model":"cohere/north-mini-code:free","messages":[{"role":"user","content":"Reply with exactly: free-model-ok"}],"max_completion_tokens":16}'