Use an agent to integrate it
Copy this prompt into Cursor, Claude Code, Codex, or another coding agent, add your API key at the end, and let it wire Fable 5 into your project.
Help me integrate Claude Fable 5 API into the current project. Key facts: - Model: claude-fable-5 - Base URL: https://direct.evolink.ai/v1 (OpenAI-compatible chat completions, Bearer auth) - Model details: https://evolink.ai/claude-fable-5 - Examples: https://github.com/Evolink-AI/awesome-claude-fable-5 - Only if this project already uses the Anthropic SDK, keep it and use base URL https://direct.evolink.ai (Anthropic Messages protocol) instead — reference: https://docs.evolink.ai/en/api-manual/language-series/claude/claude-messages-api.md What to do: - Inspect how this project currently calls LLMs - If the project has no LLM calls yet, create a minimal standalone example script instead of restructuring anything - Make the smallest reasonable code change, using model claude-fable-5 - Add or describe a local test method - Summarize what changed and any setup steps I need to run My EvoLink API key (use it as the Bearer token): <paste it here>
Prefer not to paste your key into the agent? Use an environment variable
With this option, delete the key line at the end of the prompt. The command below is generated locally in your browser and the agent reads EVOLINK_API_KEY from your environment, so the key never enters the chat.
export EVOLINK_API_KEY='<your-evolink-api-key>'The command only applies to the current terminal window — run it again in new terminals.