Skip to main content
Connic
Build

Connic Model Catalog

Exact model IDs, supported inputs, context limits, and EUR token prices for Connic-managed inference.

Last updated
Enable Auto-refill before production

On prepaid Projects, enable Auto-refill under Project → Billing before sending production traffic to connic/* models. If available credit runs out, new Project usage pauses until credit is added.

Configuration

Use an exact catalog ID as the primary or fallback model. A Project can mix Connic-managed and BYOK models.

agents/assistant.yaml
model: connic/glm-5.2
fallback_model: anthropic/claude-sonnet-4-6
temperature: 0.3
reasoning_effort: high

Available models

Prices are net EUR per one million tokens. Input covers uncached input and cache creation; cached input applies only to cache hits reported by the supplier. A dash means no discounted cache tariff is published. Listed reasoning effort values are the model-specific YAML overrides. Omit reasoning_effort or use auto for model-managed behavior. Standard and Fast IDs share one row and the same prices. Open the info icon beside a Fast ID for its execution profile and any narrower limits.

Non-EU-native provider
Claude Haiku 4.5
connic/claude-haiku-4-5

Fast model for high-volume coding and agent tasks.

Reasoning effort: low, medium, high
TextVisionReasoning
Context
200k
Input / 1M
€1.30
Cached input / 1M
€0.15
Output / 1M
€5.10
Non-EU-native provider
Claude Opus 5
connic/claude-opus-5

Advanced model for long-running agents, complex coding, and professional work.

Reasoning effort: low, medium, high
TextVisionReasoning
Context
1M
Input / 1M
€6.50
Cached input / 1M
€0.55
Output / 1M
€26.00
Non-EU-native provider
Claude Sonnet 5
connic/claude-sonnet-5

High-performance model for coding, agents, and everyday professional tasks.

Reasoning effort: low, medium, high
TextVisionReasoning
Context
1M
Input / 1M
€2.60
Cached input / 1M
€0.25
Output / 1M
€10.40
Codestral 2508
connic/codestral-2508

Low-latency coding model for completion, correction, and test generation.

Reasoning effort: Not supported
Text
Context
256k
Input / 1M
€0.35
Cached input / 1M
€0.05
Output / 1M
€0.95
Devstral 2512
connic/devstral-2512

Text model for coding agents and advanced software engineering workflows.

Reasoning effort: Not supported
Text
Context
200k
Input / 1M
€0.45
Cached input / 1M
€0.05
Output / 1M
€2.10
Non-EU-native provider
Gemini 3.1 Flash Lite
connic/gemini-3.1-flash-lite

Low-latency multimodal model for cost-sensitive, high-volume workloads.

Reasoning effort: low, medium, high
TextVisionAudioReasoning
Context
1M
Input / 1M
€0.30
Cached input / 1M
€0.05
Output / 1M
€1.60
Non-EU-native provider
Gemini 3.5 Flash
connic/gemini-3.5-flash

Fast frontier multimodal model for agents, coding, and large-scale tasks.

Reasoning effort: low, medium, high
TextVisionAudioReasoning
Context
1M
Input / 1M
€1.40
Cached input / 1M
€0.15
Output / 1M
€8.40
Gemma 4 26B A4B
connic/gemma-4-26b-a4b-it

Efficient open-weight agentic and reasoning model with image understanding.

Reasoning effort: none, low, medium, high
TextVisionReasoning
Context
256k
Input / 1M
€0.30
Cached input / 1M
Output / 1M
€0.55
Gemma 4 31B IT
connic/gemma-4-31b-it

Multimodal instruction model for reasoning, coding, and vision-language tasks.

Reasoning effort: low, medium, high
TextVisionReasoning
Context
128k
Input / 1M
€0.30
Cached input / 1M
Output / 1M
€0.55
GLM 5.2
connic/glm-5.2
connic/glm-5.2-fast

Open-weight reasoning model for long-horizon agentic work.

Reasoning effort: none, high, max
TextReasoning
Context
256k
Input / 1M
€1.90
Cached input / 1M
Output / 1M
€5.80

A warning label beside a model name reports a property of that model's upstream provider: Non-EU-native provider marks a model whose provider is not EU-native, and 30-day provider retention marks one whose provider retains request data for 30 days under its own policy. Inference still runs on EU capacity in both cases.

Fast IDs

An ID ending in -fast resolves to a latency-optimized execution path for that model. Most are a second ID beside a standard one and are charged at the same price; a few models are offered only on this path, so -fast is part of their only ID. An ID without the suffix is never served this way.

agents/classifier.yaml
model: connic/glm-5.2-fast
reasoning_effort: high   # -fast accepts a narrower set than connic/glm-5.2
  • A Fast ID may be served by a quantized deployment of the model. That is part of what reduces latency, and it is why outputs may differ from the standard ID on the same prompt. Quantization is a quality trade-off: treat a switch as a model change, re-run the agent's tests, and prefer the standard ID for accuracy-critical steps until an A/B comparison shows the Fast ID holds up on your traffic.
  • A Fast ID can be narrower than its standard ID in three ways: fewer reasoning_effort values, a smaller context window, or fewer input modalities. Setting a value the Fast ID does not accept is rejected.
  • Not every Fast ID is narrower. Where a standard ID exists, the info icon beside the Fast one lists the differences, and shows none when the two match.
Model lifecycle

Each connic/* ID always refers to the model named in this catalog. If a model is retired, Connic announces the change before removing its ID.

Routing and failover

Multiple inference providers sit behind the catalog. A connic/* ID always resolves to the model named in the catalog; which provider serves a given request is managed by Connic and can change between requests.

  • Within the ID. When a route is unavailable and retrying is safe, the request moves to other eligible capacity for the same model. The model identity does not change.
  • Uncertain outcomes are not replayed. If a managed request fails in a way that leaves its outcome unknown, Connic neither retries it nor switches to fallback_model. The run surfaces the error instead of risking a duplicate completion.
  • Then fallback_model.On a definitive failure, the agent's fallback_model takes over. It can be a managed or a BYOK model, in either direction. A fallback-eligible error switches model immediately rather than consuming the remaining retry_options.attempts.
  • Runs that switched are marked. Filter the run list with the expression context.fallback_model_used, and see the switch in the run's trace.

Retries apply to the individual model request, not the whole run: tool calls that already executed keep their results. Configure attempts and backoff under execution limits and retries.

Cancelled requests

A managed request that ends early, because the run hit its timeout or the run was stopped, is settled at zero tokens and the credit reserved for it is released back to the Project balance. This applies to streaming and non-streaming requests alike.

EU inference and data handling

  • Every connic/* request is sent only to EU inference capacity. If that boundary cannot be maintained for a model, the model is removed from the catalog or the call fails closed. It is never rerouted outside the EU.
  • Managed inference is not used to train models. Connic records model and token counts for billing rather than prompt or response content; narrow security and error-retention exceptions are described in the Privacy Policy.

EU Project boundary

The connic/* guarantee covers the model call. A complete Project remains EU-only when every customer-configured component, including BYOK providers, tools, guardrails, judges, and external data destinations, also stays in the EU.