One catalog
Use text, image and video models through one account.
Use text, image and video models through one account.
Keep OpenAI and Anthropic request formats where supported.
Compare ArgoLink and official prices before you send a request.
Review token usage, requests and cost from the console.
Model catalog
QUICK START
Open your user center to view only your own balance, access, and usage.
Name the key, set its limits, and use every enabled model.
Set the API Base URL in your client and keep its native protocol.
Kimikimi-k2.7-code
Kimi model optimized for coding
$0.76/ 1M input tokens-20%$0.95official price
Text requests go to /v1/responses. The parameter table below lists the fields this surface documents.
Kimi K2.7 Code is published by Kimi and is called through the API model ID kimi-k2.7-code.
تُحتسب تكلفة Kimi K2.7 Code أقل بنسبة 20% من السعر الرسمي في كل بند أدناه.
| Item | ArgoLink rate | Official price | You save |
|---|---|---|---|
| Input tokens | $0.76 / 1M tokens | -20% | |
| Cached input tokens | $0.152 / 1M tokens | -20% | |
| Cache write tokens | $0 / 1M tokens | -20% | |
| Output tokens | $3.2 / 1M tokens | -20% |
Create an API key in the console, then use the Base URL, endpoint, and request body shown on this page.
curl -sS https://54-151-42-83.sslip.io/v1/responses \
-H "Authorization: Bearer $ARGOLINK_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "kimi-k2.7-code",
"input": "Explain what this model is good at in one sentence.",
"stream": false
}'
import os
from openai import OpenAI
client = OpenAI(
api_key=os.environ["ARGOLINK_API_KEY"],
base_url="https://54-151-42-83.sslip.io/v1",
)
response = client.responses.create(
model="kimi-k2.7-code",
input="Explain what this model is good at in one sentence.",
)
print(response.output_text)
import OpenAI from "openai";
const client = new OpenAI({
apiKey: process.env.ARGOLINK_API_KEY,
baseURL: "https://54-151-42-83.sslip.io/v1",
});
const response = await client.responses.create({
model: "kimi-k2.7-code",
input: "Explain what this model is good at in one sentence.",
});
console.log(response.output_text);
| Parameter | Type | Requirement | What it does |
|---|---|---|---|
model | string | required | The catalog identifier for this page: kimi-k2.7-code. |
input | string or array | required | The prompt for the recommended Responses request. |
stream | boolean | optional | Set to true to receive incremental events instead of one response. |
tools | array | optional | Tool definitions supported by the selected protocol; see the protocol guide before adding them. |
| Model | Model ID | Provider | Rate | Best for |
|---|---|---|---|---|
| Kimi K2.7 Code | kimi-k2.7-code | Kimi | $0.76 / 1M input tokens | Kimi model optimized for coding |
| GPT-6 Astra | gpt-6-astra | OpenAI | $8 / 1M input tokens | Hardest end-to-end reasoning and agentic work |
| GPT-5.6 Luna | gpt-5.6-luna | OpenAI | $0.16 / 1M input tokens | Cost-efficient multimodal |
| GPT-5.6 Terra | gpt-5.6-terra | OpenAI | $1.6 / 1M input tokens | Balanced multimodal |
Create an API key in the console, then send a request to https://54-151-42-83.sslip.io/v1/responses with the model field set to kimi-k2.7-code and your key in the Authorization header. The quickstart above has a runnable request for each supported protocol.
Kimi K2.7 Code costs $0.76 / 1M input tokens. That is 20% below the official rate of $0.95 for the same unit.
Kimi K2.7 Code is reachable over the OpenAI Responses protocol, the OpenAI Chat Completions protocol and the Anthropic Messages protocol, using the model ID kimi-k2.7-code. Any client that can point at a custom base URL works without a vendor SDK change.
Tokens. Input, output and, where the table above lists them, cached-input and cache-write tokens are metered separately at the rates shown, and settled against the usage the request reports.
Omit it. If you send it explicitly the only valid shape is {"type":"enabled","keep":"all"}. Thinking is always enabled and reasoning_effort is unsupported.
Do not. The current upstream compatibility layer may return HTTP 200 while changing the response model to auto, which no longer satisfies a fixed-model contract.
Workspace
Balance, API activity and recent account status in one place.
API Keys
Issue keys, set quotas and revoke access immediately.
Top-ups & Ledger
Create a secure checkout and review every top-up status.
Usage & Billing
Review requests, tokens, model distribution and settled cost.
Revocation and deletion take effect immediately. Historical usage and billing remain available.
| Name | Status | Quota | Expiration | Last Used | Actions |
|---|