Products · Model API
Ready-to-Use Model API
One line of code to 180+ mainstream models across language, audio, image and video — pay-as-you-go, ship faster
Full Capability Coverage
Match the right model capability to each business scenario
Chat
GPT series · Claude · Gemini · DeepSeek · Qwen
Deep Reasoning
OpenAI o-series · DeepSeek-R1 · Kimi K2
Image Generation
DALL-E 3 · Flux · SeeDream
Video Generation
Sora · Veo · Wan
Audio
Whisper ASR · TTS synthesis
Embeddings
text-embedding-3 · bge-large
Integrate in Four Steps
1
Sign Up
Register at tk-novalink.com
2
Get Credits
Redeem a code or top up online
3
Create a Token
Generate an sk- API key in the console
4
Make Calls
Swap base_url and key — done
Code Example
Change only base_url and api_key — your existing OpenAI SDK code keeps working.
Python · OpenAI SDK
from openai import OpenAI
# Only change base_url and api_key
client = OpenAI(
base_url="https://tk-novalink.com/v1",
api_key="sk-YOUR_KEY_FROM_CONSOLE"
)
resp = client.chat.completions.create(
model="deepseek/deepseek-chat-v3.1",
messages=[{"role": "user", "content": "Hello"}]
)
print(resp.choices[0].message.content)Developer Friendly
OpenAI SDK Compatible
Drop-in replacement keeping all existing code
Real-time Request Logs
Usage, latency and status for every request
Usage Dashboard
Live token statistics with filters and export
Automatic Failover
Seamless switch to backup models on upstream errors