Inference
Inference API
OpenAI-compatible chat completions. Point your client at https://console.cocore.dev/api/v1, send a co/core API key as the Bearer token, and requests route to an attested provider on the network.
Base URLhttps://console.cocore.dev/api/v1
What you get
co/core exposes an OpenAI-compatible HTTP API at https://console.cocore.dev/api/v1. Use it with the OpenAI SDK, curl, or any client that speaks /v1/chat/completions. Each request is matched to an online, attested provider and settled with a signed receipt.
Before your first request
- Follow the quickstart to create an API key and wire up your client.
- Pick a model from the models directory or use
stubwhile testing.
Using an editor or agent
OpenCode, Cursor, and Claude Code each need slightly different setup. See the tool setup pages for step-by-step configuration.