Model

Golden path mock

Available through the AssetMeld OpenAI-compatible API.

Model ID
mock-model-7dc2fa07a17a415586e64c8c94ddeaca
Input price
$1.00 / 1M tokens
Output price
$2.00 / 1M tokens
Context window
4,096
Verification
Verification not published
Use this model →View API docs

Integration snippet

response = client.chat.completions.create(
    model="mock-model-7dc2fa07a17a415586e64c8c94ddeaca",
    messages=[
        {"role": "user", "content": "Hello"}
    ],
)
Compare other models →