Connect your local AI agent to WaveSpeed LLM
Pick an agent, choose a WaveSpeed model, copy the right local config file, and route requests through the protocol that agent expects.
~/.codex/config.toml
OpenAI Responses API
/v1/responses
Quick start
Create a WaveSpeed access key
Export the required key locally
Paste config into~/.codex/config.toml
Run codex --profile wavespeed and check Logs
OpenAI-compatible chat completions
Usage appears in Dashboard and Logs
Switch models without rewriting agent code
# File: ~/.codex/config.toml
model = "meta-llama/llama-4-scout"
model_provider = "wavespeed"
[model_providers.wavespeed]
name = "WaveSpeed AI"
base_url = "https://llm.wavespeed.ai/v1"
env_key = "WAVESPEED_API_KEY"
wire_api = "responses"