Skip to main content
All models

Groq / Model reference

Kimi K2 Instruct 0905

Groq model available through the Celeste SDK. Explore its supported operations and parameters.

See the code
Model IDmoonshotai/kimi-k2-instruct-0905

What it can do.

Streaming
celeste.text.generateGenerate text

Parameters.

Supported controls from Celeste’s model registry. Values and availability differ between models.

Kimi K2 Instruct 0905 parameters and constraints
ParameterAccepted values
temperature02Step: 0.01
max_tokens116384Step: 1
output_schemaPydantic BaseModel
toolsList of tool definitions

Start with a few lines

Put it to work.

Use your provider credentials. Call the model through the SDK and build around its output.

Generate
import celeste
response = await celeste.text.generate(
model="moonshotai/kimi-k2-instruct-0905",
prompt="Write a project brief for a neighborhood repair café." )
print(response.content)

This example uses text.generate. Explore the quickstart for installation and authentication.