Install
openclaw skills install @hedging8563/tokenlab-native-endpointsUse TokenLab native endpoint families such as Responses, Anthropic Messages, Gemini generateContent, media, audio, embeddings, and translations when OpenAI-compatible chat is not the right contract.
openclaw skills install @hedging8563/tokenlab-native-endpointsUse this skill when a user needs provider-native behavior, non-chat APIs, or migration guidance beyond OpenAI-compatible /v1/chat/completions.
POST https://api.tokenlab.sh/v1/chat/completionsPOST https://api.tokenlab.sh/v1/responsesPOST https://api.tokenlab.sh/v1/messagesPOST https://api.tokenlab.sh/v1beta/models/{model}:generateContentGET https://api.tokenlab.sh/v1/modelsGET https://api.tokenlab.sh/v1/models?recommended_for=<scene>GET https://api.tokenlab.sh/v1/models/:modelX-TokenLab-Hint or X-TokenLab-Native-Endpoint, treat it as routing evidence and prefer the exact native route in the header./v1/messages and preserve Anthropic request semantics instead of converting blindly.GET /v1/models/:model before changing request parameters.