Coding workflow
Put a compatible model into the coding loop
Use the interface your coding tool expects, choose a model explicitly, and retain one platform key for the request path.
- Configure
Set the Anthropic-compatible endpoint.
- Choose
Pass a public ID or alias.
- Work
Keep the response in the coding loop.
A coding loop with explicit configuration
- Input
- A local coding CLI, a platform API key, and a selected model alias.
- Output
- A model response in the terminal with the configured endpoint.
- Constraint
- The interactive picker may not show the full third-party catalog; pass a model explicitly.