Pricing
- Input Tokens: $1 /M tokens
- Output Tokens: $2 /M tokens
Input Modalities
Try this model
Python
import os
from openai import OpenAI
client = OpenAI(
api_key=os.environ["AIHUBMIX_API_KEY"],
base_url="https://shkq.org/v1",
)
response = client.chat.completions.create(
model="command-light-nightly",
messages=[
{
"role": "user",
"content": "Hello, how are you?"
}
],
max_tokens=1024,
stream=False,
)
print(response.choices[0].message.content)Frequently asked questions
How much does Command Light Nightly cost?
On AIHubMix, Command Light Nightly costs $1 per million input tokens and $2 per million output tokens.
How do I call Command Light Nightly via API?
Who created Command Light Nightly?
More models from Cohere
See all Cohere models → Input:$ 2.5 /M
Output:$ 10 /M
Context:256K
TTFT:-
Throughput:-
Command A is Cohere most performant model to date, excelling at tool use, agents, retrieval augmented generation (RAG), and multilingual use cases. Command A has a context length of 256K, only requires two GPUs to run, and has 150% higher throughput compared to Command R+ 08-2024.
Input:$ 0.64 /M
Output:$ 1.92 /M
Context:-
TTFT:-
Throughput:-
Input:$ 0.2 /M
Output:$ 0.8 /M
Context:-
TTFT:-
Throughput:-
Input:$ 3.84 /M
Output:$ 19.2 /M
Context:-
TTFT:-
Throughput:-
Input:$ 2.8 /M
Output:$ 11.2 /M
Context:-
TTFT:-
Throughput:-
Input:$ 2 /M
Output:$ 2 /M
Context:32K
TTFT:-
Throughput:-
© 2023 - 2026 AIHubMix, LLC